Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h192 bool isMatrixRowMajor() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h197 bool isMatrixRowMajor() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h219 virtual bool isMatrixRowMajor() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp603 bool NativeRawSymbol::isMatrixRowMajor() const { in isMatrixRowMajor() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp361 RAW_METHOD_DUMP(OS, isMatrixRowMajor); in dump()
1137 bool DIARawSymbol::isMatrixRowMajor() const { in isMatrixRowMajor() function in DIARawSymbol