Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp26 if (auto Section = RawSymbol->getAddressSection()) in getLineNumbers()
39 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId()
49 if (Section->getAddressSection() == DataSection && in getCompilandId()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativePublicSymbol.cpp30 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump()
35 uint32_t NativePublicSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection() function in NativePublicSymbol
H A DNativeFunctionSymbol.cpp41 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump()
48 uint32_t NativeFunctionSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection() function in NativeFunctionSymbol
H A DNativeLineNumber.cpp34 uint32_t NativeLineNumber::getAddressSection() const { return Section; } in getAddressSection() function in NativeLineNumber
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolAnnotation.h25 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DIPDBFrameData.h25 virtual uint32_t getAddressSection() const = 0;
H A DPDBSymbolBlock.h24 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolPublicSymbol.h25 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DIPDBLineNumber.h24 virtual uint32_t getAddressSection() const = 0;
H A DPDBSymbolFuncDebugEnd.h25 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolFuncDebugStart.h25 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolLabel.h25 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DIPDBSectionContrib.h24 virtual uint32_t getAddressSection() const = 0;
H A DPDBSymbolThunk.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolData.h29 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolFunc.h37 FORWARD_SYMBOL_METHOD(getAddressSection)
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAFrameData.h25 uint32_t getAddressSection() const override;
H A DDIALineNumber.h25 uint32_t getAddressSection() const override;
H A DDIASectionContrib.h25 uint32_t getAddressSection() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativePublicSymbol.h32 uint32_t getAddressSection() const override;
H A DNativeFunctionSymbol.h34 uint32_t getAddressSection() const override;
H A DNativeLineNumber.h32 uint32_t getAddressSection() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAFrameData.cpp33 uint32_t DIAFrameData::getAddressSection() const { in getAddressSection() function in DIAFrameData
H A DDIALineNumber.cpp37 uint32_t DIALineNumber::getAddressSection() const { in getAddressSection() function in DIALineNumber
H A DDIASectionContrib.cpp41 uint32_t DIASectionContrib::getAddressSection() const { in getAddressSection() function in DIASectionContrib

12