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.cpp220 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 DWebAssemblyAsmTypeCheck.h51 bool getTable(SMLoc ErrorLoc, const MCInst &Inst, wasm::ValType &Type);
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h86 const DisplacementTable &getTable() const { return Displacements; }
85 const DisplacementTable &getTable() const { return Displacements; } getTable() function
H A DSystemZAsmPrinter.cpp991 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.cpp1062 for (const auto &S : StringTable.getTable()) { in emitBTFSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h289 const AppleAcceleratorTable &getTable() const { in getTable() function