LLVM
15.0.0git
|
The DIFetcher interface provides arbitrary mechanisms for obtaining debug info from an outside source. More...
#include "llvm/DebugInfo/Symbolize/DIFetcher.h"
Public Member Functions | |
virtual | ~DIFetcher ()=default |
virtual Optional< std::string > | fetchBuildID (ArrayRef< uint8_t > BuildID) const =0 |
The DIFetcher interface provides arbitrary mechanisms for obtaining debug info from an outside source.
Definition at line 28 of file DIFetcher.h.
|
virtualdefault |
|
pure virtual |
Implemented in llvm::symbolize::LocalDIFetcher, and llvm::DebuginfodDIFetcher.