Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h145 uint64_t getLiveRangeLength() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h140 uint64_t getLiveRangeLength() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h167 virtual uint64_t getLiveRangeLength() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp396 uint64_t NativeRawSymbol::getLiveRangeLength() const { in getLiveRangeLength() function in NativeRawSymbol
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp925 uint64_t DIARawSymbol::getLiveRangeLength() const { in getLiveRangeLength() function in DIARawSymbol