Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h32 LLVM_YAML_STRONG_TYPEDEF(uint32_t, TableType)
54 TableType ElemType;
495 template <> struct ScalarEnumerationTraits<WasmYAML::TableType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
496 static void enumeration(IO &IO, WasmYAML::TableType &Type); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Ddmtables.c200 UINT8 TableType) in AdDisassemblerHeader() argument
212 if (TableType == ACPI_IS_AML_TABLE) in AdDisassemblerHeader()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp871 CComPtr<IDiaSymbol> TableType; in getVirtualBaseTableType() local
872 if (FAILED(Symbol->get_virtualBaseTableType(&TableType)) || !TableType) in getVirtualBaseTableType()
875 auto RawVT = llvm::make_unique<DIARawSymbol>(Session, TableType); in getVirtualBaseTableType()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp523 void ScalarEnumerationTraits<WasmYAML::TableType>::enumeration( in enumeration()
524 IO &IO, WasmYAML::TableType &Type) { in enumeration()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacdisasm.h1301 UINT8 TableType);