Home
last modified time | relevance | path

Searched refs:PDBFileName (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/tools/llvm-readobj/
Dcoff-debug-directory.test17 CHECK: PDBFileName: D:\src\llvm\build\has_pdb.pdb
/external/llvm/lib/Object/
DCOFFObjectFile.cpp492 StringRef &PDBFileName) const { in getDebugPDBInfo()
501 PDBFileName = StringRef(reinterpret_cast<const char *>(InfoBytes.data()), in getDebugPDBInfo()
504 PDBFileName = PDBFileName.split('\0').first; in getDebugPDBInfo()
509 StringRef &PDBFileName) const { in getDebugPDBInfo()
512 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()
515 PDBFileName = StringRef(); in getDebugPDBInfo()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp395 StringRef PDBFileName; in getOrCreateModuleInfo() local
396 auto EC = CoffObject->getDebugPDBInfo(PDBInfo, PDBFileName); in getOrCreateModuleInfo()
/external/llvm/include/llvm/Object/
DCOFF.h876 StringRef &PDBFileName) const;
883 StringRef &PDBFileName) const;
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp673 StringRef PDBFileName; in printCOFFDebugDirectory() local
674 error(Obj->getDebugPDBInfo(&D, PDBInfo, PDBFileName)); in printCOFFDebugDirectory()
679 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()