Home
last modified time | relevance | path

Searched refs:TableType (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/protocol/
H A Dlegacyboot.h73 IN BBS_TYPE *TableType,
85 IN BBS_TYPE *TableType,
99 IN BBS_TYPE *TableType,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h29 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h39 const wasm::WasmTableType *TableType, in WasmSymbol() argument
42 : Info(Info), GlobalType(GlobalType), TableType(TableType), in WasmSymbol()
47 const wasm::WasmTableType *TableType; variable
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtables.c80 * TableType - Either AML or DataTable
92 UINT8 TableType) in AdDisassemblerHeader() argument
102 if (TableType == ACPI_IS_AML_TABLE) in AdDisassemblerHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h31 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp218 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp870 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp617 void ScalarEnumerationTraits<WasmYAML::TableType>::enumeration( in enumeration()
618 IO &IO, WasmYAML::TableType &Type) { in enumeration()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacdisasm.h1392 UINT8 TableType);