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 | 220 bool WebAssemblyAsmTypeCheck::getTable(SMLoc ErrorLoc, const MCInst &Inst, in getTable() function in llvm::WebAssemblyAsmTypeCheck 279 if (getTable(Operands[1]->getStartLoc(), Inst, Type)) in typeCheck() 285 if (getTable(Operands[1]->getStartLoc(), Inst, Type)) in typeCheck() 292 if (getTable(Operands[1]->getStartLoc(), Inst, Type)) in typeCheck() 296 if (getTable(Operands[1]->getStartLoc(), Inst, Type)) in typeCheck() 304 if (getTable(Operands[1]->getStartLoc(), Inst, Type)) in typeCheck()
|
H A D | WebAssemblyAsmTypeCheck.h | 51 bool getTable(SMLoc ErrorLoc, const MCInst &Inst, wasm::ValType &Type);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.h | 86 const DisplacementTable &getTable() const { return Displacements; } 85 const DisplacementTable &getTable() const { return Displacements; } getTable() function
|
H A D | SystemZAsmPrinter.cpp | 991 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 | 1062 for (const auto &S : StringTable.getTable()) { in emitBTFSection()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 289 const AppleAcceleratorTable &getTable() const { in getTable() function
|