Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h95 uint32_t getNumberOfRegisterIndices() const override;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h90 uint32_t getNumberOfRegisterIndices() const override;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h116 virtual uint32_t getNumberOfRegisterIndices() const = 0;
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp217 uint32_t NativeRawSymbol::getNumberOfRegisterIndices() const { in getNumberOfRegisterIndices() function in NativeRawSymbol
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp709 uint32_t DIARawSymbol::getNumberOfRegisterIndices() const { in getNumberOfRegisterIndices() function in DIARawSymbol