HomeSort by: relevance | last modified time | path
    Searched refs:PDBFileName (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 584 StringRef PDBFileName;
585 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName);
586 if (!EC && DebugInfo != nullptr && !PDBFileName.empty()) {
596 return createFileError(PDBFileName, std::move(Err));
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 515 StringRef &PDBFileName) const {
524 PDBFileName = StringRef(reinterpret_cast<const char *>(InfoBytes.data()),
527 PDBFileName = PDBFileName.split('\0').first;
532 StringRef &PDBFileName) const {
535 return getDebugPDBInfo(&D, PDBInfo, PDBFileName);
538 PDBFileName = StringRef();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 1096 StringRef &PDBFileName) const;
1099 /// Info will be set to nullptr and PDBFileName will be empty. An error is
1103 StringRef &PDBFileName) const;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 737 StringRef PDBFileName;
738 if (Error E = Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName))
746 W.printString("PDBFileName", PDBFileName);

Completed in 56 milliseconds