Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIALineNumber.h31 uint32_t getCompilandId() const override;
H A DDIASectionContrib.h45 uint32_t getCompilandId() const override;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeLineNumber.h37 uint32_t getCompilandId() const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeLineNumber.cpp49 uint32_t NativeLineNumber::getCompilandId() const { return CompilandId; } in getCompilandId() function in NativeLineNumber
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1183 sc.comp_unit = ParseCompileUnitForUID(pdb_func.getCompilandId()).get(); in ResolveFunction()
1897 return ParseCompileUnitForUID(first_line->getCompilandId()); in GetCompileUnitContainsAddress()
1905 return ParseCompileUnitForUID(section->getCompilandId()); in GetCompileUnitContainsAddress()
2006 auto comp_id = SectionContrib->getCompilandId(); in GetCompilandId()
2026 return FirstLine->getCompilandId(); in GetCompilandId()