Home
last modified time | relevance | path

Searched refs:getCompilandId (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp34 uint32_t PDBSymbolData::getCompilandId() const { in getCompilandId() function in PDBSymbolData
37 return FirstLine->getCompilandId(); in getCompilandId()
53 return Section->getCompilandId(); in getCompilandId()
H A DPDBSymbolFunc.cpp104 uint32_t PDBSymbolFunc::getCompilandId() const { in getCompilandId() function in PDBSymbolFunc
107 return FirstLine->getCompilandId(); in getCompilandId()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBLineNumber.h30 virtual uint32_t getCompilandId() const = 0;
H A DIPDBSectionContrib.h44 virtual uint32_t getCompilandId() const = 0;
H A DPDBSymbolData.h54 uint32_t getCompilandId() const;
H A DPDBSymbolFunc.h79 uint32_t getCompilandId() const;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIALineNumber.h31 uint32_t getCompilandId() const override;
H A DDIASectionContrib.h45 uint32_t getCompilandId() const override;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeLineNumber.h37 uint32_t getCompilandId() const override;
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeLineNumber.cpp49 uint32_t NativeLineNumber::getCompilandId() const { return CompilandId; } in getCompilandId() function in NativeLineNumber
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp67 uint32_t DIALineNumber::getCompilandId() const { in getCompilandId() function in DIALineNumber
H A DDIASectionContrib.cpp123 uint32_t DIASectionContrib::getCompilandId() const { in getCompilandId() function in DIASectionContrib