Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h76 uint32_t getCountLiveRanges() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeRawSymbol.h81 uint32_t getCountLiveRanges() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBRawSymbol.h101 virtual uint32_t getCountLiveRanges() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeRawSymbol.cpp157 uint32_t NativeRawSymbol::getCountLiveRanges() const { in getCountLiveRanges() function in NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp641 uint32_t DIARawSymbol::getCountLiveRanges() const { in getCountLiveRanges() function in DIARawSymbol