Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h190 bool isHLSLData() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h185 bool isHLSLData() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h216 virtual bool isHLSLData() const = 0;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp573 bool NativeRawSymbol::isHLSLData() const { in isHLSLData() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp354 RAW_METHOD_DUMP(OS, isHLSLData); in dump()
1105 bool DIARawSymbol::isHLSLData() const { in isHLSLData() function in DIARawSymbol