Searched refs:getAddressOffset (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBFrameData.h24 virtual uint32_t getAddressOffset() const = 0;
H A DPDBSymbolAnnotation.h25 FORWARD_SYMBOL_METHOD(getAddressOffset)
H A DPDBSymbolBlock.h25 FORWARD_SYMBOL_METHOD(getAddressOffset)
H A DIPDBLineNumber.h25 virtual uint32_t getAddressOffset() const = 0;
H A DPDBSymbolFuncDebugEnd.h26 FORWARD_SYMBOL_METHOD(getAddressOffset)
H A DPDBSymbolFuncDebugStart.h25 FORWARD_SYMBOL_METHOD(getAddressOffset)
H A DPDBSymbolLabel.h25 FORWARD_SYMBOL_METHOD(getAddressOffset)
H A DPDBSymbolPublicSymbol.h25 FORWARD_SYMBOL_METHOD(getAddressOffset)
H A DIPDBSectionContrib.h25 virtual uint32_t getAddressOffset() const = 0;
H A DPDBSymbolData.h28 FORWARD_SYMBOL_METHOD(getAddressOffset)
H A DPDBSymbolThunk.h26 FORWARD_SYMBOL_METHOD(getAddressOffset)
H A DPDBSymbolFunc.h33 FORWARD_SYMBOL_METHOD(getAddressOffset)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp29 Section, RawSymbol->getAddressOffset(), Len);
41 uint32_t DataOffset = RawSymbol->getAddressOffset();
51 Section->getAddressOffset() <= DataOffset &&
52 (Section->getAddressOffset() + Section->getLength()) > DataOffset)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAFrameData.h24 uint32_t getAddressOffset() const override;
H A DDIALineNumber.h26 uint32_t getAddressOffset() const override;
H A DDIASectionContrib.h26 uint32_t getAddressOffset() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.h30 uint32_t getAddressOffset() const override;
H A DNativePublicSymbol.h30 uint32_t getAddressOffset() const override;
H A DNativeLineNumber.h32 uint32_t getAddressOffset() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp32 dumpSymbolField(OS, "offset", getAddressOffset(), Indent);
36 uint32_t NativeFunctionSymbol::getAddressOffset() const { function in class:NativeFunctionSymbol
H A DNativePublicSymbol.cpp30 dumpSymbolField(OS, "offset", getAddressOffset(), Indent);
34 uint32_t NativePublicSymbol::getAddressOffset() const { return Sym.Offset; } function in class:NativePublicSymbol
H A DNativeLineNumber.cpp34 uint32_t NativeLineNumber::getAddressOffset() const { return Offset; } function in class:NativeLineNumber
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAFrameData.cpp29 uint32_t DIAFrameData::getAddressOffset() const { function in class:DIAFrameData
H A DDIALineNumber.cpp42 uint32_t DIALineNumber::getAddressOffset() const { function in class:DIALineNumber
H A DDIASectionContrib.cpp45 uint32_t DIASectionContrib::getAddressOffset() const { function in class:DIASectionContrib

Completed in 189 milliseconds

12