Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBSymbolData.cpp26 if (auto Section = RawSymbol->getAddressSection()) in getLineNumbers()
39 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId()
49 if (Section->getAddressSection() == DataSection && in getCompilandId()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativePublicSymbol.cpp30 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump()
35 uint32_t NativePublicSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection() function in NativePublicSymbol
HDNativeFunctionSymbol.cpp41 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump()
48 uint32_t NativeFunctionSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection() function in NativeFunctionSymbol
HDNativeLineNumber.cpp34 uint32_t NativeLineNumber::getAddressSection() const { return Section; } in getAddressSection() function in NativeLineNumber
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBSymbolAnnotation.h25 FORWARD_SYMBOL_METHOD(getAddressSection)
HDIPDBFrameData.h25 virtual uint32_t getAddressSection() const = 0;
HDPDBSymbolBlock.h24 FORWARD_SYMBOL_METHOD(getAddressSection)
HDPDBSymbolPublicSymbol.h25 FORWARD_SYMBOL_METHOD(getAddressSection)
HDIPDBLineNumber.h24 virtual uint32_t getAddressSection() const = 0;
HDPDBSymbolLabel.h25 FORWARD_SYMBOL_METHOD(getAddressSection)
HDPDBSymbolFuncDebugStart.h25 FORWARD_SYMBOL_METHOD(getAddressSection)
HDPDBSymbolFuncDebugEnd.h25 FORWARD_SYMBOL_METHOD(getAddressSection)
HDIPDBSectionContrib.h24 virtual uint32_t getAddressSection() const = 0;
HDPDBSymbolThunk.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
HDPDBSymbolData.h29 FORWARD_SYMBOL_METHOD(getAddressSection)
HDPDBSymbolFunc.h37 FORWARD_SYMBOL_METHOD(getAddressSection)
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIAFrameData.h25 uint32_t getAddressSection() const override;
HDDIALineNumber.h25 uint32_t getAddressSection() const override;
HDDIASectionContrib.h25 uint32_t getAddressSection() const override;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativePublicSymbol.h32 uint32_t getAddressSection() const override;
HDNativeFunctionSymbol.h34 uint32_t getAddressSection() const override;
HDNativeLineNumber.h32 uint32_t getAddressSection() const override;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIAFrameData.cpp33 uint32_t DIAFrameData::getAddressSection() const { in getAddressSection() function in DIAFrameData
HDDIALineNumber.cpp37 uint32_t DIALineNumber::getAddressSection() const { in getAddressSection() function in DIALineNumber
HDDIASectionContrib.cpp41 uint32_t DIASectionContrib::getAddressSection() const { in getAddressSection() function in DIASectionContrib

12