Home
last modified time | relevance | path

Searched refs:CoffObj (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp68 if (auto *CoffObj = dyn_cast<COFFObjectFile>(Obj)) in create() local
69 if (Error E = res->addCoffExportSymbols(CoffObj)) in create()
110 const COFFObjectFile *CoffObj) { in addCoffExportSymbols() argument
113 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
130 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()
H A DSymbolizableObjectFile.h66 Error addCoffExportSymbols(const object::COFFObjectFile *CoffObj);