Searched refs:getTable (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmTypeCheck.cpp | 284 bool WebAssemblyAsmTypeCheck::getTable(SMLoc ErrorLoc, const MCOperand &TableOp, in getTable() function in llvm::WebAssemblyAsmTypeCheck 445 if (!getTable(Operands[1]->getStartLoc(), Inst.getOperand(0), Type)) { in typeCheck() 457 if (!getTable(Operands[1]->getStartLoc(), Inst.getOperand(0), Type)) { in typeCheck() 468 bool Error = getTable(Operands[1]->getStartLoc(), Inst.getOperand(0), Type); in typeCheck() 476 if (!getTable(Operands[1]->getStartLoc(), Inst.getOperand(0), Type)) { in typeCheck() 492 if (!getTable(Operands[1]->getStartLoc(), Inst.getOperand(0), Type)) { in typeCheck()
|
| H A D | WebAssemblyAsmTypeCheck.h | 82 bool getTable(SMLoc ErrorLoc, const MCOperand &TableOp, wasm::ValType &Type);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.h | 89 const DisplacementTable &getTable() const { return Displacements; } in getTable() function
|
| H A D | SystemZAsmPrinter.cpp | 1129 for (auto &Entry : ADATable.getTable()) { in emitADASection()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 320 Offset += getTable().getHashDataEntryLength(); in prepareNextEntryOrEnd() 324 std::optional<uint32_t> StrOffset = getTable().readStringOffsetAt(Offset); in prepareNextStringOrEnd() 334 std::optional<uint32_t> MaybeNumEntries = getTable().readU32FromAccel(Offset); in prepareNextStringOrEnd()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.h | 259 std::vector<std::string> &getTable() { return Table; } in getTable() function
|
| H A D | BTFDebug.cpp | 1181 for (const auto &S : StringTable.getTable()) { in emitBTFSection()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 290 const AppleAcceleratorTable &getTable() const { in getTable() function
|