Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp64 if (auto *CoffObj = dyn_cast<COFFObjectFile>(Obj)) in create() local
65 if (auto EC = res->addCoffExportSymbols(CoffObj)) in create()
86 const COFFObjectFile *CoffObj) { in addCoffExportSymbols() argument
89 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
106 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()
DSymbolizableObjectFile.h58 std::error_code addCoffExportSymbols(const object::COFFObjectFile *CoffObj);