Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h124 uint32_t getUavSlot() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h119 uint32_t getUavSlot() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h146 virtual uint32_t getUavSlot() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp324 uint32_t NativeRawSymbol::getUavSlot() const { in getUavSlot() function in NativeRawSymbol
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp831 uint32_t DIARawSymbol::getUavSlot() const { in getUavSlot() function in DIARawSymbol