Home
last modified time | relevance | path

Searched defs:Rows (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnwindTablePrinter.cpp175 void llvm::dwarf::printUnwindTable(const UnwindTable &Rows, raw_ostream &OS, in printUnwindTable()
182 raw_ostream &llvm::dwarf::operator<<(raw_ostream &OS, const UnwindTable &Rows) { in operator <<()
H A DDWARFDebugFrame.cpp77 UnwindTable::RowContainer Rows; in createUnwindTable() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h116 Matrix(unsigned Rows, unsigned Cols) : in Matrix()
122 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h164 std::unique_ptr<Entry[]> Rows; variable
H A DDWARFDebugLine.h310 RowVector Rows; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.cpp84 UnwindTable::RowContainer Rows; in parseRows() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h280 UnwindTable(RowContainer &&Rows) : Rows(std::move(Rows)) {} in UnwindTable()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEntryPointStats.cpp188 std::vector<std::string> Rows; in dumpStatsAsCSV() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp482 LLVM_ATTRIBUTE_UNUSED static std::size_t Rows = nearestMatchesForCodepointName() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1608 std::vector<DWARFDebugLine::Row> &Rows) { in insertLineSequence()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp693 SmallVector<SmallVector<const CodeGenSubRegIndex *, 4>, 4> Rows; in emitComposeSubRegIndices() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h463 uint8_t Rows; member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2109 std::vector<TrackedRow> &Rows) { in insertLineSequence()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp1538 const SPIRVType *ElemType, uint32_t Scope, uint32_t Rows, uint32_t Columns, in getOrCreateOpTypeCoopMatr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp4400 llvm::APSInt Rows(BitWidth); in mangleType() local