Home
last modified time | relevance | path

Searched refs:getAddressSection (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.cpp27 if (auto Section = RawSymbol->getAddressSection()) in getLineNumbers()
40 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId()
50 if (Section->getAddressSection() == DataSection && in getCompilandId()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolAnnotation.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
DIPDBFrameData.h25 virtual uint32_t getAddressSection() const = 0;
DPDBSymbolBlock.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolPublicSymbol.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
DIPDBLineNumber.h24 virtual uint32_t getAddressSection() const = 0;
DPDBSymbolLabel.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolFuncDebugStart.h26 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolFuncDebugEnd.h27 FORWARD_SYMBOL_METHOD(getAddressSection)
DIPDBSectionContrib.h24 virtual uint32_t getAddressSection() const = 0;
DPDBSymbolThunk.h27 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolData.h29 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolFunc.h34 FORWARD_SYMBOL_METHOD(getAddressSection)
DIPDBRawSymbol.h93 virtual uint32_t getAddressSection() const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAFrameData.h25 uint32_t getAddressSection() const override;
DDIALineNumber.h25 uint32_t getAddressSection() const override;
DDIASectionContrib.h25 uint32_t getAddressSection() const override;
DDIARawSymbol.h64 uint32_t getAddressSection() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAFrameData.cpp33 uint32_t DIAFrameData::getAddressSection() const { in getAddressSection() function in DIAFrameData
DDIALineNumber.cpp37 uint32_t DIALineNumber::getAddressSection() const { in getAddressSection() function in DIALineNumber
DDIASectionContrib.cpp41 uint32_t DIASectionContrib::getAddressSection() const { in getAddressSection() function in DIASectionContrib
DDIARawSymbol.cpp584 uint32_t DIARawSymbol::getAddressSection() const { in getAddressSection() function in DIARawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h69 uint32_t getAddressSection() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp109 uint32_t NativeRawSymbol::getAddressSection() const { in getAddressSection() function in NativeRawSymbol