Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h76 uint32_t getCountLiveRanges() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h81 uint32_t getCountLiveRanges() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h101 virtual uint32_t getCountLiveRanges() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp157 uint32_t NativeRawSymbol::getCountLiveRanges() const { in getCountLiveRanges() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp641 uint32_t DIARawSymbol::getCountLiveRanges() const { in getCountLiveRanges() function in DIARawSymbol