Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h140 uint64_t getLiveRangeLength() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h145 uint64_t getLiveRangeLength() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h167 virtual uint64_t getLiveRangeLength() const = 0;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp395 uint64_t NativeRawSymbol::getLiveRangeLength() const { in getLiveRangeLength() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp925 uint64_t DIARawSymbol::getLiveRangeLength() const { in getLiveRangeLength() function in DIARawSymbol