Home
last modified time | relevance | path

Searched refs:getDebugPDBInfo (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Object/
DCOFFObjectFile.cpp490 std::error_code COFFObjectFile::getDebugPDBInfo(const debug_directory *DebugDir, in getDebugPDBInfo() function in COFFObjectFile
508 std::error_code COFFObjectFile::getDebugPDBInfo(const debug_pdb_info *&PDBInfo, in getDebugPDBInfo() function in COFFObjectFile
512 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()
/external/llvm/include/llvm/Object/
DCOFF.h874 std::error_code getDebugPDBInfo(const debug_directory *DebugDir,
882 std::error_code getDebugPDBInfo(const debug_pdb_info *&Info,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp508 COFFObjectFile::getDebugPDBInfo(const debug_directory *DebugDir, in getDebugPDBInfo() function in COFFObjectFile
527 COFFObjectFile::getDebugPDBInfo(const codeview::DebugInfo *&PDBInfo, in getDebugPDBInfo() function in COFFObjectFile
531 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp405 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp396 auto EC = CoffObject->getDebugPDBInfo(PDBInfo, PDBFileName); in getOrCreateModuleInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h1048 std::error_code getDebugPDBInfo(const debug_directory *DebugDir,
1056 std::error_code getDebugPDBInfo(const codeview::DebugInfo *&Info,
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp674 error(Obj->getDebugPDBInfo(&D, PDBInfo, PDBFileName)); in printCOFFDebugDirectory()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp744 error(Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName)); in printCOFFDebugDirectory()