Home
last modified time | relevance | path

Searched defs:getPDBFile (Results 1 – 3 of 3) 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-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h97 PDBFile &getPDBFile() { return *Pdb; } in getPDBFile() function
98 const PDBFile &getPDBFile() const { return *Pdb; } in getPDBFile() function
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h105 PDBFile &getPDBFile() { return *Pdb; } in getPDBFile() function
106 const PDBFile &getPDBFile() const { return *Pdb; } in getPDBFile() function