Searched refs:EntryType (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDebugMacros.h26 enum EntryType : uint8_t {
47 EntryType GetType() const { return static_cast<EntryType>(m_type); }
60 DebugMacroEntry(EntryType type, uint32_t line, uint32_t debug_line_file_idx,
63 DebugMacroEntry(EntryType type, const DebugMacrosSP &debug_macros_sp);
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexresnte.c199 ACPI_OBJECT_TYPE EntryType; local
211 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
214 Node, SourceDesc, AcpiUtGetTypeName (EntryType)));
216 if ((EntryType == ACPI_TYPE_LOCAL_ALIAS) ||
217 (EntryType == ACPI_TYPE_LOCAL_METHOD_ALIAS))
223 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
233 if ((EntryType == ACPI_TYPE_DEVICE) ||
234 (EntryType == ACPI_TYPE_THERMAL) ||
235 (EntryType == ACPI_TYPE_METHOD) ||
252 switch (EntryType)
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.h25 enum EntryType { enum in class:AuxVector
63 llvm::Optional<uint64_t> GetAuxValue(enum EntryType entry_type) const;
65 const char *GetEntryName(EntryType type) const;
H A DAuxVector.cpp33 AuxVector::GetAuxValue(enum EntryType entry_type) const {
47 GetEntryName(static_cast<EntryType>(entry.first)), entry.first,
52 const char *AuxVector::GetEntryName(EntryType type) const {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDebugMacros.cpp15 DebugMacroEntry::DebugMacroEntry(EntryType type, uint32_t line,
20 DebugMacroEntry::DebugMacroEntry(EntryType type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.h33 llvm::Optional<uint64_t> GetAuxValue(enum AuxVector::EntryType type);
H A DNativeProcessELF.cpp16 NativeProcessELF::GetAuxValue(enum AuxVector::EntryType type) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h39 using EntryType = ListEntryType;
40 using ListEntries = std::vector<EntryType>;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h43 enum EntryType { enum in class:llvm::DbgValueLoc
50 enum EntryType EntryKind;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h770 template <typename EntryType> struct SpecEntryTraits {
771 using DeclType = EntryType;
773 static DeclType *getDecl(EntryType *D) {
777 static ArrayRef<TemplateArgument> getTemplateArgs(EntryType *D) {
782 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
786 SpecIterator<EntryType, SETraits, DeclType>,
787 typename llvm::FoldingSetVector<EntryType>::iterator,
789 EntryType>::iterator>::iterator_category,
793 typename llvm::FoldingSetVector<EntryType>
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp270 template<class EntryType, typename... ProfileArguments>
271 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
273 llvm::FoldingSetVector<EntryType> &Specs, void *&InsertPos,
275 using SETraits = SpecEntryTraits<EntryType>;
278 EntryType::Profile(ID, std::forward<ProfileArguments>(ProfileArgs)...,
280 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos);
284 template<class Derived, class EntryType>
286 llvm::FoldingSetVector<EntryType> &Specializations, EntryType *Entry,
288 using SETraits = SpecEntryTraits<EntryType>;
[all...]
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_drv.c685 if (devscope->EntryType != ACPI_DMAR_SCOPE_TYPE_ENDPOINT &&
686 devscope->EntryType != ACPI_DMAR_SCOPE_TYPE_BRIDGE)
705 dev_path, dev_path_len, devscope->EntryType));
814 if (devscope->EntryType != entry_type)
1011 if (devscope->EntryType != ACPI_DMAR_SCOPE_TYPE_ENDPOINT)
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c1904 UINT8 EntryType; local
1968 DtCompileInteger (&EntryType, *PFieldList, 1, 0);
1970 switch (EntryType)
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmtbdump.c2261 UINT32 EntryType; local
2348 EntryType = DeviceEntry->Type;
2349 EntryLength = EntrySizes [EntryType >> 6];
2351 switch (EntryType)
2393 EntryType, EntryLength, EntryOffset);
H A Ddmtbinfo.c1031 {ACPI_DMT_DMAR_SCOPE, ACPI_DMARS_OFFSET (EntryType), "Device Scope Type", 0},
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl2.h618 UINT8 EntryType; member in struct:acpi_dmar_device_scope
626 /* Values for EntryType in ACPI_DMAR_DEVICE_SCOPE - device types */
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp190 template <typename EntryType>
191 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
192 getSpecializationDecl(EntryType &T) {
193 return RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::getDecl(&T);
/freebsd-11-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c911 printf("\t\tType=%s\n", devscope_type2str(devscope->EntryType));

Completed in 234 milliseconds