Home
last modified time | relevance | path

Searched defs:getPDBFile (Results 1 – 2 of 2) 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