Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp27 if (auto Section = RawSymbol->getAddressSection()) in getLineNumbers()
40 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId()
50 if (Section->getAddressSection() == DataSection && in getCompilandId()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativePublicSymbol.cpp31 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump()
36 uint32_t NativePublicSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection() function in NativePublicSymbol
H A DNativeFunctionSymbol.cpp37 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump()
44 uint32_t NativeFunctionSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection() function in NativeFunctionSymbol
H A DNativeLineNumber.cpp33 uint32_t NativeLineNumber::getAddressSection() const { return Section; } in getAddressSection() function in NativeLineNumber
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBFrameData.h25 virtual uint32_t getAddressSection() const = 0;
H A DPDBSymbolAnnotation.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolBlock.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DIPDBLineNumber.h24 virtual uint32_t getAddressSection() const = 0;
H A DPDBSymbolPublicSymbol.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolFuncDebugStart.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolFuncDebugEnd.h27 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolLabel.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DIPDBSectionContrib.h24 virtual uint32_t getAddressSection() const = 0;
H A DPDBSymbolThunk.h27 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolData.h29 FORWARD_SYMBOL_METHOD(getAddressSection)
H A DPDBSymbolFunc.h34 FORWARD_SYMBOL_METHOD(getAddressSection)
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativePublicSymbol.h31 uint32_t getAddressSection() const override;
H A DNativeFunctionSymbol.h31 uint32_t getAddressSection() const override;
H A DNativeLineNumber.h31 uint32_t getAddressSection() const override;
/netbsd-src/external/apache2/llvm/dist/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