Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h101 uint32_t getSamplerSlot() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h106 uint32_t getSamplerSlot() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h127 virtual uint32_t getSamplerSlot() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp258 uint32_t NativeRawSymbol::getSamplerSlot() const { in getSamplerSlot() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp754 uint32_t DIARawSymbol::getSamplerSlot() const { in getSamplerSlot() function in DIARawSymbol