EntryType
ACPI_OBJECT_TYPE EntryType;
EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
Node, SourceDesc, AcpiUtGetTypeName (EntryType)));
if ((EntryType == ACPI_TYPE_LOCAL_ALIAS) ||
(EntryType == ACPI_TYPE_LOCAL_METHOD_ALIAS))
EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
if ((EntryType == ACPI_TYPE_DEVICE) ||
(EntryType == ACPI_TYPE_THERMAL) ||
(EntryType == ACPI_TYPE_METHOD) ||
switch (EntryType)
Node, SourceDesc, EntryType));
Node, EntryType));
UINT8 EntryType;
template<typename EntryType>
inline bool operator()(EntryType* entry) const
template<typename EntryType>
DwarfStackFrameDebugInfo::_GetDIEType(EntryType* entry)
if (EntryType* abstractOrigin = dynamic_cast<EntryType*>(
if (EntryType* specification = dynamic_cast<EntryType*>(
template<typename EntryType>
static DIEType* _GetDIEType(EntryType* entry);
template<typename EntryType>
inline bool operator()(EntryType* entry) const
template<typename EntryType>
inline bool operator()(EntryType* entry) const
template<typename EntryType>
inline bool operator()(EntryType* entry) const
template<typename EntryType>
inline bool operator()(EntryType* entry) const
template<typename EntryType>
inline bool operator()(EntryType* entry) const
template<typename EntryType, typename Predicate>
static EntryType* GetDIEByPredicate(EntryType* entry,
template<typename EntryType, typename Predicate>
/*static*/ EntryType*
DwarfUtils::GetDIEByPredicate(EntryType* entry, const Predicate& predicate)
if (EntryType* abstractOrigin = dynamic_cast<EntryType*>(
if (EntryType* specification = dynamic_cast<EntryType*>(
if (EntryType* signature = dynamic_cast<EntryType*>(