Home
last modified time | relevance | path

Searched refs:getPDBFile (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h66 PDBFile &getPDBFile() { return *Pdb; } in getPDBFile() function
67 const PDBFile &getPDBFile() const { return *Pdb; } in getPDBFile() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h107 PDBFile &getPDBFile() { return *Pdb; } in getPDBFile() function
108 const PDBFile &getPDBFile() const { return *Pdb; } in getPDBFile() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp22 : NativeRawSymbol(Session, SymbolId), File(Session.getPDBFile()) {} in NativeExeSymbol()
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp374 PDBFile &File = RS->getPDBFile(); in pdb2Yaml()
386 PDBFile &File = RS->getPDBFile(); in dumpRaw()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.cpp273 IF.PdbOrObj = &IF.PdbSession->getPDBFile(); in open()
Dllvm-pdbutil.cpp791 return NS->getPDBFile(); in loadPDB()