Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h122 virtual uint64_t getLiveRangeLength() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h114 uint64_t getLiveRangeLength() const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp192 MOCK_SYMBOL_ACCESSOR(getLiveRangeLength)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp750 uint64_t DIARawSymbol::getLiveRangeLength() const { in getLiveRangeLength() function in DIARawSymbol