Searched refs:TableType (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVStringPool.h | 30 using TableType = StringMap<size_t, BumpPtrAllocator>; variable 31 using ValueType = TableType::value_type; 33 TableType StringTable; 51 TableType::const_iterator Iter = StringTable.find(Key); in findIndex()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 29 std::optional<wasm::WasmTableType> TableType; variable 137 bool hasTableType() const { return TableType.has_value(); } in hasTableType() 140 return *TableType; in getTableType() 142 void setTableType(wasm::WasmTableType TT) { TableType = TT; } in setTableType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | WasmTraits.h | 97 static unsigned getHashValue(const wasm::WasmTableType &TableType) { 99 TableType.ElemType, 100 DenseMapInfo<wasm::WasmLimits, void>::getHashValue(TableType.Limits));
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 39 const wasm::WasmTableType *TableType, in WasmSymbol() argument 41 : Info(Info), GlobalType(GlobalType), TableType(TableType), in WasmSymbol() 46 const wasm::WasmTableType *TableType; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyUtilities.cpp | 137 wasm::WasmTableType TableType = {wasm::ValType::FUNCREF, Limits}; in getOrCreateFuncrefCallTableSymbol() local 139 Sym->setTableType(TableType); in getOrCreateFuncrefCallTableSymbol()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 31 LLVM_YAML_STRONG_TYPEDEF(uint32_t, TableType) 54 TableType ElemType; 580 template <> struct ScalarEnumerationTraits<WasmYAML::TableType> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 581 static void enumeration(IO &IO, WasmYAML::TableType &Type); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 260 wasm::WasmTableType TableType; in readTableType() local 261 TableType.ElemType = wasm::ValType(readVaruint32(Ctx)); in readTableType() 262 TableType.Limits = readLimits(Ctx); in readTableType() 263 return TableType; in readTableType() 633 const wasm::WasmTableType *TableType = nullptr; in parseLinkingSectionSymtab() local 710 TableType = &Table.Type; in parseLinkingSectionSymtab() 721 TableType = &Import.Table; in parseLinkingSectionSymtab() 807 Symbols.emplace_back(LinkingData.SymbolTable.back(), GlobalType, TableType, in parseLinkingSectionSymtab() 1306 const wasm::WasmTableType *TableType = nullptr; in parseExportSection() local 1364 TableType, Signature); in parseExportSection()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 632 void ScalarEnumerationTraits<WasmYAML::TableType>::enumeration( in enumeration() 633 IO &IO, WasmYAML::TableType &Type) { in enumeration()
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | acdisasm.h | 1450 UINT8 TableType);
|