Home
last modified time | relevance | path

Searched refs:CoffObj (Results 1 – 4 of 4) 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);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp78 if (auto *CoffObj = dyn_cast<COFFObjectFile>(Obj)) in create() local
79 if (auto EC = res->addCoffExportSymbols(CoffObj)) in create()
103 const COFFObjectFile *CoffObj) { in addCoffExportSymbols() argument
106 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols()
123 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()
DSymbolizableObjectFile.h64 std::error_code addCoffExportSymbols(const object::COFFObjectFile *CoffObj);