Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h198 bool isMatrixRowMajor() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h193 bool isMatrixRowMajor() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h224 virtual bool isMatrixRowMajor() const = 0;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp605 bool NativeRawSymbol::isMatrixRowMajor() const { in isMatrixRowMajor() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp362 RAW_METHOD_DUMP(OS, isMatrixRowMajor); in dump()
1138 bool DIARawSymbol::isMatrixRowMajor() const { in isMatrixRowMajor() function in DIARawSymbol