Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h60 uint32_t getLiveRangeStartAddressSection() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h69 virtual uint32_t getLiveRangeStartAddressSection() const = 0;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp176 MOCK_SYMBOL_ACCESSOR(getLiveRangeStartAddressSection)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp527 uint32_t DIARawSymbol::getLiveRangeStartAddressSection() const { in getLiveRangeStartAddressSection() function in DIARawSymbol