Home
last modified time | relevance | path

Searched refs:getLiveRangeStartAddressSection (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h67 virtual uint32_t getLiveRangeStartAddressSection() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h59 uint32_t getLiveRangeStartAddressSection() const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp139 MOCK_SYMBOL_ACCESSOR(getLiveRangeStartAddressSection)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp514 uint32_t DIARawSymbol::getLiveRangeStartAddressSection() const { in getLiveRangeStartAddressSection() function in DIARawSymbol