Home
last modified time | relevance | path

Searched refs:getAddressOffset (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp29 Section, RawSymbol->getAddressOffset(), Len); in getLineNumbers()
41 uint32_t DataOffset = RawSymbol->getAddressOffset(); in getCompilandId()
51 Section->getAddressOffset() <= DataOffset && in getCompilandId()
52 (Section->getAddressOffset() + Section->getLength()) > DataOffset) in getCompilandId()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolAnnotation.h25 FORWARD_SYMBOL_METHOD(getAddressOffset)
DIPDBFrameData.h24 virtual uint32_t getAddressOffset() const = 0;
DPDBSymbolBlock.h25 FORWARD_SYMBOL_METHOD(getAddressOffset)
DPDBSymbolPublicSymbol.h25 FORWARD_SYMBOL_METHOD(getAddressOffset)
DIPDBLineNumber.h25 virtual uint32_t getAddressOffset() const = 0;
DPDBSymbolLabel.h25 FORWARD_SYMBOL_METHOD(getAddressOffset)
DPDBSymbolFuncDebugStart.h25 FORWARD_SYMBOL_METHOD(getAddressOffset)
DPDBSymbolFuncDebugEnd.h26 FORWARD_SYMBOL_METHOD(getAddressOffset)
DIPDBSectionContrib.h25 virtual uint32_t getAddressOffset() const = 0;
DPDBSymbolThunk.h26 FORWARD_SYMBOL_METHOD(getAddressOffset)
DPDBSymbolData.h28 FORWARD_SYMBOL_METHOD(getAddressOffset)
DPDBSymbolFunc.h33 FORWARD_SYMBOL_METHOD(getAddressOffset)
DIPDBRawSymbol.h92 virtual uint32_t getAddressOffset() const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAFrameData.h24 uint32_t getAddressOffset() const override;
DDIALineNumber.h26 uint32_t getAddressOffset() const override;
DDIASectionContrib.h26 uint32_t getAddressOffset() const override;
DDIARawSymbol.h63 uint32_t getAddressOffset() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAFrameData.cpp29 uint32_t DIAFrameData::getAddressOffset() const { in getAddressOffset() function in DIAFrameData
DDIALineNumber.cpp42 uint32_t DIALineNumber::getAddressOffset() const { in getAddressOffset() function in DIALineNumber
DDIASectionContrib.cpp45 uint32_t DIASectionContrib::getAddressOffset() const { in getAddressOffset() function in DIASectionContrib
DDIARawSymbol.cpp580 uint32_t DIARawSymbol::getAddressOffset() const { in getAddressOffset() function in DIARawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h68 uint32_t getAddressOffset() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp105 uint32_t NativeRawSymbol::getAddressOffset() const { in getAddressOffset() function in NativeRawSymbol