Home
last modified time | relevance | path

Searched refs:EntryType (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexresnte.c199 ACPI_OBJECT_TYPE EntryType; in AcpiExResolveNodeToValue() local
211 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node); in AcpiExResolveNodeToValue()
216 if ((EntryType == ACPI_TYPE_LOCAL_ALIAS) || in AcpiExResolveNodeToValue()
217 (EntryType == ACPI_TYPE_LOCAL_METHOD_ALIAS)) in AcpiExResolveNodeToValue()
223 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node); in AcpiExResolveNodeToValue()
233 if ((EntryType == ACPI_TYPE_DEVICE) || in AcpiExResolveNodeToValue()
234 (EntryType == ACPI_TYPE_THERMAL) || in AcpiExResolveNodeToValue()
235 (EntryType == ACPI_TYPE_METHOD) || in AcpiExResolveNodeToValue()
252 switch (EntryType) in AcpiExResolveNodeToValue()
329 Node, SourceDesc, EntryType)); in AcpiExResolveNodeToValue()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp83 using EntryType = FormatEntity::Entry::Type; typedef
88 Definition("*", EntryType::ParentString)};
91 Definition("load", EntryType::AddressLoad),
100 Definition("index", EntryType::FrameIndex),
112 Definition("id", EntryType::FunctionID),
139 Definition("id", EntryType::ProcessID),
145 Definition("*", EntryType::ParentString)};
148 Definition("*", EntryType::ParentString)};
151 Definition("id", EntryType::ThreadID),
157 Definition("name", EntryType::ThreadName),
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDebugMacros.h26 enum EntryType : uint8_t { enum
46 EntryType GetType() const { return static_cast<EntryType>(m_type); } in GetType()
59 DebugMacroEntry(EntryType type, uint32_t line, uint32_t debug_line_file_idx,
62 DebugMacroEntry(EntryType type, const DebugMacrosSP &debug_macros_sp);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.h26 enum EntryType { enum
65 std::optional<uint64_t> GetAuxValue(enum EntryType entry_type) const;
67 const char *GetEntryName(EntryType type) const;
H A DAuxVector.cpp34 AuxVector::GetAuxValue(enum EntryType entry_type) const { in GetAuxValue()
48 GetEntryName(static_cast<EntryType>(entry.first)), entry.first, in DumpToLog()
53 const char *AuxVector::GetEntryName(EntryType type) const { in GetEntryName()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h195 template <typename EntryType> struct ListEntries {
196 std::optional<std::vector<EntryType>> Entries;
200 template <typename EntryType> struct ListTable {
208 std::vector<ListEntries<EntryType>> Lists;
355 template <typename EntryType> in LLVM_YAML_IS_SEQUENCE_VECTOR()
356 struct MappingTraits<DWARFYAML::ListTable<EntryType>> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
357 static void mapping(IO &IO, DWARFYAML::ListTable<EntryType> &ListTable); in LLVM_YAML_IS_SEQUENCE_VECTOR()
360 template <typename EntryType> in LLVM_YAML_IS_SEQUENCE_VECTOR()
361 struct MappingTraits<DWARFYAML::ListEntries<EntryType>> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
362 static void mapping(IO &IO, DWARFYAML::ListEntries<EntryType> &ListEntries); in LLVM_YAML_IS_SEQUENCE_VECTOR()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp297 template <typename EntryType>
298 void MappingTraits<DWARFYAML::ListEntries<EntryType>>::mapping( in mapping()
299 IO &IO, DWARFYAML::ListEntries<EntryType> &ListEntries) { in mapping()
304 template <typename EntryType>
305 std::string MappingTraits<DWARFYAML::ListEntries<EntryType>>::validate( in validate()
306 IO &IO, DWARFYAML::ListEntries<EntryType> &ListEntries) { in validate()
312 template <typename EntryType>
313 void MappingTraits<DWARFYAML::ListTable<EntryType>>::mapping( in mapping()
314 IO &IO, DWARFYAML::ListTable<EntryType> &ListTable) { in mapping()
H A DDWARFEmitter.cpp910 template <typename EntryType>
912 ArrayRef<DWARFYAML::ListTable<EntryType>> Tables, in writeDWARFLists()
914 for (const DWARFYAML::ListTable<EntryType> &Table : Tables) { in writeDWARFLists()
937 for (const DWARFYAML::ListEntries<EntryType> &List : Table.Lists) { in writeDWARFLists()
943 for (const EntryType &Entry : *List.Entries) { in writeDWARFLists()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDebugMacros.cpp15 DebugMacroEntry::DebugMacroEntry(EntryType type, uint32_t line, in DebugMacroEntry()
20 DebugMacroEntry::DebugMacroEntry(EntryType type, in DebugMacroEntry()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp88 auto *EntryType = ArrayType::get(getEntryTy(M), 0); in getOffloadEntryArray() local
90 auto *EntriesB = new GlobalVariable(M, EntryType, /*isConstant=*/true, in getOffloadEntryArray()
94 auto *EntriesE = new GlobalVariable(M, EntryType, /*isConstant=*/true, in getOffloadEntryArray()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h753 template <typename EntryType> struct SpecEntryTraits {
754 using DeclType = EntryType;
756 static DeclType *getDecl(EntryType *D) { in getDecl()
765 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
769 SpecIterator<EntryType, SETraits, DeclType>,
772 EntryType>::iterator>::iterator_category,
786 template <typename EntryType>
787 static SpecIterator<EntryType>
794 template <class EntryType, typename ...ProfileArguments>
795 typename SpecEntryTraits<EntryType>::DeclType*
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp347 template<class EntryType, typename... ProfileArguments>
348 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
350 llvm::FoldingSetVector<EntryType> &Specs, void *&InsertPos, in findSpecializationImpl()
352 using SETraits = SpecEntryTraits<EntryType>; in findSpecializationImpl()
355 EntryType::Profile(ID, std::forward<ProfileArguments>(ProfileArgs)..., in findSpecializationImpl()
357 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos); in findSpecializationImpl()
361 template<class Derived, class EntryType>
363 llvm::FoldingSetVector<EntryType> &Specializations, EntryType *Entry, in addSpecializationImpl()
365 using SETraits = SpecEntryTraits<EntryType>; in addSpecializationImpl()
378 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.h26 std::optional<uint64_t> GetAuxValue(enum AuxVector::EntryType type);
H A DNativeProcessELF.cpp17 NativeProcessELF::GetAuxValue(enum AuxVector::EntryType type) { in GetAuxValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h43 enum EntryType { enum
50 enum EntryType EntryKind;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h38 using EntryType = ListEntryType; variable
39 using ListEntries = std::vector<EntryType>;
/freebsd/sys/x86/iommu/
H A Dintel_drv.c697 if (devscope->EntryType != ACPI_DMAR_SCOPE_TYPE_ENDPOINT && in dmar_match_devscope()
698 devscope->EntryType != ACPI_DMAR_SCOPE_TYPE_BRIDGE) in dmar_match_devscope()
715 dev_path, dev_path_len, devscope->EntryType)); in dmar_match_devscope()
844 if (devscope->EntryType != entry_type) in dmar_find_nonpci()
1019 if (devscope->EntryType != ACPI_DMAR_SCOPE_TYPE_ENDPOINT) in dmar_inst_rmrr_iter()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c511 UINT32 EntryType; in AcpiDmDumpIvrs() local
619 EntryType = DeviceEntry->Type; in AcpiDmDumpIvrs()
620 EntryLength = EntryType >> 6 == 1 ? 8 : 4; in AcpiDmDumpIvrs()
622 switch (EntryType) in AcpiDmDumpIvrs()
672 EntryType, EntryLength, EntryOffset); in AcpiDmDumpIvrs()
690 if (EntryType == ACPI_IVRS_TYPE_HID) in AcpiDmDumpIvrs()
H A Ddmtbinfo1.c892 {ACPI_DMT_DMAR_SCOPE, ACPI_DMARS_OFFSET (EntryType), "Device Scope Type", 0},
/freebsd/sys/amd64/vmm/intel/
H A Dvtd.c206 switch (device_scope->EntryType){ in vtd_device_scope()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp195 template <typename EntryType>
196 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
197 getSpecializationDecl(EntryType &T) { in getSpecializationDecl()
198 return RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::getDecl(&T); in getSpecializationDecl()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl1.h1120 UINT8 EntryType; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp75 using EntryType = DWARFUnitIndex::Entry::SectionContribution; in fixupIndexV4() typedef
76 using EntryMap = DenseMap<uint32_t, EntryType>; in fixupIndexV4()
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c1307 printf("\t\tType=%s\n", devscope_type2str(devscope->EntryType)); in acpi_handle_dmar_devscope()