Home
last modified time | relevance | path

Searched refs:getTable (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp284 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 DWebAssemblyAsmTypeCheck.h82 bool getTable(SMLoc ErrorLoc, const MCOperand &TableOp, wasm::ValType &Type);
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h89 const DisplacementTable &getTable() const { return Displacements; } in getTable() function
H A DSystemZAsmPrinter.cpp1129 for (auto &Entry : ADATable.getTable()) { in emitADASection()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp320 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 DBTFDebug.h259 std::vector<std::string> &getTable() { return Table; } in getTable() function
H A DBTFDebug.cpp1181 for (const auto &S : StringTable.getTable()) { in emitBTFSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h290 const AppleAcceleratorTable &getTable() const { in getTable() function