Searched refs:TableType (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 29 Optional<wasm::WasmTableType> TableType; variable 133 bool hasTableType() const { return TableType.hasValue(); } in hasTableType() 136 return TableType.getValue(); in getTableType() 138 void setTableType(wasm::WasmTableType TT) { TableType = TT; } in setTableType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | WasmTraits.h | 98 static unsigned getHashValue(const wasm::WasmTableType &TableType) { 100 TableType.ElemType, 101 DenseMapInfo<wasm::WasmLimits>::getHashValue(TableType.Limits));
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyUtilities.cpp | 134 wasm::WasmTableType TableType = {wasm::WASM_TYPE_FUNCREF, Limits}; in getOrCreateFuncrefCallTableSymbol() local 136 Sym->setTableType(TableType); in getOrCreateFuncrefCallTableSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 39 const wasm::WasmTableType *TableType, in WasmSymbol() argument 42 : Info(Info), GlobalType(GlobalType), TableType(TableType), in WasmSymbol() 47 const wasm::WasmTableType *TableType; variable
|
| /freebsd-13.1/sys/contrib/dev/acpica/common/ |
| H A D | dmtables.c | 200 UINT8 TableType) in AdDisassemblerHeader() argument 212 if (TableType == ACPI_IS_AML_TABLE) in AdDisassemblerHeader()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 31 LLVM_YAML_STRONG_TYPEDEF(uint32_t, TableType) 54 TableType ElemType; 561 template <> struct ScalarEnumerationTraits<WasmYAML::TableType> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 562 static void enumeration(IO &IO, WasmYAML::TableType &Type); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 218 wasm::WasmTableType TableType; in readTableType() local 219 TableType.ElemType = readUint8(Ctx); in readTableType() 220 TableType.Limits = readLimits(Ctx); in readTableType() 221 return TableType; in readTableType() 531 const wasm::WasmTableType *TableType = nullptr; in parseLinkingSectionSymtab() local 613 TableType = &Table.Type; in parseLinkingSectionSymtab() 624 TableType = &Import.Table; in parseLinkingSectionSymtab() 712 Symbols.emplace_back(LinkingData.SymbolTable.back(), GlobalType, TableType, in parseLinkingSectionSymtab()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 870 CComPtr<IDiaSymbol> TableType; in getVirtualBaseTableType() local 871 if (FAILED(Symbol->get_virtualBaseTableType(&TableType)) || !TableType) in getVirtualBaseTableType() 874 auto RawVT = std::make_unique<DIARawSymbol>(Session, TableType); in getVirtualBaseTableType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 617 void ScalarEnumerationTraits<WasmYAML::TableType>::enumeration( in enumeration() 618 IO &IO, WasmYAML::TableType &Type) { in enumeration()
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | acdisasm.h | 1304 UINT8 TableType);
|