Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h68 Error addCoffExportSymbols(const object::COFFObjectFile *CoffObj);