HomeSort by relevance Sort by last modified time
    Searched refs:PDBFileName (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Object/
COFFObjectFile.cpp 492 StringRef &PDBFileName) const {
501 PDBFileName = StringRef(reinterpret_cast<const char *>(InfoBytes.data()),
504 PDBFileName = PDBFileName.split('\0').first;
509 StringRef &PDBFileName) const {
512 return getDebugPDBInfo(&D, PDBInfo, PDBFileName);
515 PDBFileName = StringRef();
    [all...]
  /external/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 395 StringRef PDBFileName;
396 auto EC = CoffObject->getDebugPDBInfo(PDBInfo, PDBFileName);
  /external/llvm/include/llvm/Object/
COFF.h 189 // PDBFileName: The null-terminated PDB file name follows.
876 StringRef &PDBFileName) const;
879 /// Info will be set to nullptr and PDBFileName will be empty. An error is
883 StringRef &PDBFileName) const;
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 673 StringRef PDBFileName;
674 error(Obj->getDebugPDBInfo(&D, PDBInfo, PDBFileName));
679 W.printString("PDBFileName", PDBFileName);
    [all...]

Completed in 80 milliseconds