Home
last modified time | relevance | path

Searched refs:getAddressSection (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp28 if (auto Section = RawSymbol->getAddressSection()) in getLineNumbers()
41 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId()
51 if (Section->getAddressSection() == DataSection && in getCompilandId()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolAnnotation.h27 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DIPDBFrameData.h26 virtual uint32_t getAddressSection() const = 0;
H A DPDBSymbolBlock.h27 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolPublicSymbol.h27 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DIPDBLineNumber.h25 virtual uint32_t getAddressSection() const = 0;
H A DPDBSymbolLabel.h27 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolFuncDebugEnd.h28 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolFuncDebugStart.h27 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolThunk.h28 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DIPDBSectionContrib.h25 virtual uint32_t getAddressSection() const = 0;
H A DPDBSymbolData.h30 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolFunc.h35 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DIPDBRawSymbol.h94 virtual uint32_t getAddressSection() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAFrameData.h26 uint32_t getAddressSection() const override;
H A DDIALineNumber.h26 uint32_t getAddressSection() const override;
H A DDIASectionContrib.h26 uint32_t getAddressSection() const override;
H A DDIARawSymbol.h65 uint32_t getAddressSection() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAFrameData.cpp34 uint32_t DIAFrameData::getAddressSection() const { in getAddressSection() function in DIAFrameData
H A DDIALineNumber.cpp38 uint32_t DIALineNumber::getAddressSection() const { in getAddressSection() function in DIALineNumber
H A DDIASectionContrib.cpp42 uint32_t DIASectionContrib::getAddressSection() const { in getAddressSection() function in DIASectionContrib
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h70 uint32_t getAddressSection() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp110 uint32_t NativeRawSymbol::getAddressSection() const { in getAddressSection() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp517 uint32_t section_idx = symbol.getAddressSection() - 1; in ConvertPDBLocationToDWARFExpression()
H A DSymbolFilePDB.cpp1340 auto section_idx = pub_symbol->getAddressSection() - 1; in AddSymbols()
1944 auto sec = SectionContrib->getAddressSection(); in GetCompilandId()
1964 uint32_t DataSection = data.getAddressSection(); in GetCompilandId()

12