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

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp33 uint32_t PDBSymbolData::getCompilandId() const { function in class:PDBSymbolData
36 return FirstLine->getCompilandId();
52 return Section->getCompilandId();
H A DPDBSymbolFunc.cpp106 uint32_t PDBSymbolFunc::getCompilandId() const { function in class:PDBSymbolFunc
109 return FirstLine->getCompilandId();
/freebsd-current/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-current/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.h82 uint32_t getCompilandId() const;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeLineNumber.cpp50 uint32_t NativeLineNumber::getCompilandId() const { return CompilandId; } function in class:NativeLineNumber
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeLineNumber.h38 uint32_t getCompilandId() const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp67 uint32_t DIALineNumber::getCompilandId() const { function in class:DIALineNumber
H A DDIASectionContrib.cpp123 uint32_t DIASectionContrib::getCompilandId() const { function in class:DIASectionContrib
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1201 sc.comp_unit = ParseCompileUnitForUID(pdb_func.getCompilandId()).get();
1893 return ParseCompileUnitForUID(first_line->getCompilandId());
1901 return ParseCompileUnitForUID(section->getCompilandId());
2001 auto comp_id = SectionContrib->getCompilandId();
2020 return FirstLine->getCompilandId();

Completed in 203 milliseconds