Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h115 uint64_t getLiveRangeLength() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h124 virtual uint64_t getLiveRangeLength() const = 0;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp229 MOCK_SYMBOL_ACCESSOR(getLiveRangeLength)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp763 uint64_t DIARawSymbol::getLiveRangeLength() const { in getLiveRangeLength() function in DIARawSymbol