Home
last modified time | relevance | path

Searched refs:ResolveType (Results 1 – 7 of 7) sorted by relevance

/external/skia/include/gpu/
DGrRenderTarget.h85 enum ResolveType { enum
90 virtual ResolveType getResolveType() const = 0;
/external/skia/src/gpu/gl/
DGrGLRenderTarget.h45 ResolveType getResolveType() const override { in getResolveType()
/external/vboot_reference/cgpt/
Dcgpt_show.c112 if (!raw && CGPT_OK == ResolveType(&entry->type, type)) { in EntryDetails()
232 if (!params->numeric && CGPT_OK == ResolveType(&entry->type, type)) { in GptShow()
Dcgpt.h144 int ResolveType(const Guid *type, char *buf);
Dcgpt_common.c656 int ResolveType(const Guid *type, char *buf) { in ResolveType() function
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2332 return ResolveType (cu, die); in ResolveTypeUID()
2457 ResolveType(dwarf_cu, member_function_dies.GetDIEPtrAtIndex(i)); in ResolveClangOpaqueTypeDefinition()
2494 ResolveType (method_cu, method_die); in ResolveClangOpaqueTypeDefinition()
2646 SymbolFileDWARF::ResolveType (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* type_die, bool… in ResolveType() function in SymbolFileDWARF
3971 Type *matching_type = ResolveType (dwarf_cu, die); in FindTypes()
4643 Type* type = ResolveType (cu, decl_ctx_die); in GetClangDeclContextContainingDIE()
4839 Type *resolved_type = ResolveType (type_cu, type_die, false); in FindCompleteObjCDefinitionTypeForDIE()
5115 Type *resolved_type = ResolveType (type_cu, type_die, false); in FindDefinitionTypeForDIE()
5284 Type *resolved_type = ResolveType (type_cu, type_die, false); in FindDefinitionTypeForDWARFDeclContext()
6578 Type *class_type = ResolveType (dwarf_cu, decl_ctx_die); in ParseType()
[all …]
DSymbolFileDWARF.h112 …virtual lldb_private::Type* ResolveType (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* ty…