Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolAnnotation.h30 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolBlock.h30 FORWARD_SYMBOL_METHOD(getAddressSection)
DIPDBLineNumber.h25 virtual uint32_t getAddressSection() const = 0;
DPDBSymbolPublicSymbol.h30 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolFuncDebugStart.h30 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolLabel.h30 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolFuncDebugEnd.h30 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolThunk.h32 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolData.h33 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolFunc.h35 FORWARD_SYMBOL_METHOD(getAddressSection)
DIPDBRawSymbol.h49 virtual uint32_t getAddressSection() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIALineNumber.h25 uint32_t getAddressSection() const override;
DDIARawSymbol.h42 uint32_t getAddressSection() const override;
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIALineNumber.cpp37 uint32_t DIALineNumber::getAddressSection() const { in getAddressSection() function in DIALineNumber
DDIARawSymbol.cpp429 uint32_t DIARawSymbol::getAddressSection() const { in getAddressSection() function in DIARawSymbol
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp122 MOCK_SYMBOL_ACCESSOR(getAddressSection)