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.h31 FORWARD_SYMBOL_METHOD(getAddressSection)
DIPDBLineNumber.h25 virtual uint32_t getAddressSection() const = 0;
DPDBSymbolPublicSymbol.h31 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolFuncDebugStart.h31 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolLabel.h31 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolFuncDebugEnd.h32 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolThunk.h32 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolData.h35 FORWARD_SYMBOL_METHOD(getAddressSection)
DPDBSymbolFunc.h37 FORWARD_SYMBOL_METHOD(getAddressSection)
DIPDBRawSymbol.h51 virtual uint32_t getAddressSection() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIALineNumber.h26 uint32_t getAddressSection() const override;
DDIARawSymbol.h43 uint32_t getAddressSection() const override;
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIALineNumber.cpp38 uint32_t DIALineNumber::getAddressSection() const { in getAddressSection() function in DIALineNumber
DDIARawSymbol.cpp442 uint32_t DIARawSymbol::getAddressSection() const { in getAddressSection() function in DIARawSymbol
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp159 MOCK_SYMBOL_ACCESSOR(getAddressSection)