Searched refs:TableType (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/protocol/ |
| H A D | legacyboot.h | 73 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 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()
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/sys/external/bsd/acpica/dist/common/ |
| H A D | dmtables.c | 80 * 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 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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 617 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 D | acdisasm.h | 1392 UINT8 TableType);
|