Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSourceFile.h34 getCompilands() const = 0;
/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h29 getCompilands() const override;
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSourceFile.h32 getCompilands() const override;
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp48 NativeSourceFile::getCompilands() const { in getCompilands() function in NativeSourceFile
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp53 DIASourceFile::getCompilands() const { in getCompilands() function in DIASourceFile
H A DDIASession.cpp320 return File->getCompilands(); in findCompilandsForSourceFile()