Home
last modified time | relevance | path

Searched refs:getTableType (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h115 getTableType().ElemType == wasm::WASM_TYPE_FUNCREF; in isFunctionTable()
138 const wasm::WasmTableType &getTableType() const { in getTableType() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBTable.h22 virtual PDB_TableType getTableType() const = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIATable.h23 PDB_TableType getTableType() const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp26 PDB_TableType DIATable::getTableType() const { in getTableType() function in DIATable
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp80 const wasm::WasmTableType &Type = Sym->getTableType(); in emitTableType()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp205 Type = static_cast<wasm::ValType>(WasmSym->getTableType().ElemType); in getTable()
/openbsd-src/gnu/llvm/lld/wasm/
H A DSyntheticSections.cpp221 ImportKey<WasmTableType> key(*(table->getTableType()), module, name); in addImport()
274 import.Table = *tableSym->getTableType(); in writeBody()
H A DSymbols.h391 const WasmTableType *getTableType() const { return tableType; } in getTableType() function
H A DSymbolTable.cpp201 const WasmTableType *oldType = cast<TableSymbol>(existing)->getTableType(); in checkTableType()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp1410 Import.Table = WS.getTableType(); in prepareImports()
1690 Table.Type = WS.getTableType(); in writeOneObject()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp179 auto type = table_up->getTableType(); in CalculateAbilities()