Home
last modified time | relevance | path

Searched refs:ResolveState (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDType.cpp272 ResolveState compiler_type_resolve_state, uint32_t opaque_payload) in Type()
278 : ResolveState::Unresolved), in Type()
570 bool Type::ResolveCompilerType(ResolveState compiler_type_resolve_state) { in ResolveCompilerType()
704 m_compiler_type_resolve_state = ResolveState::Forward; in ResolveCompilerType()
708 if (compiler_type_resolve_state == ResolveState::Layout || in ResolveCompilerType()
709 compiler_type_resolve_state == ResolveState::Full) { in ResolveCompilerType()
713 m_compiler_type_resolve_state = ResolveState::Full; in ResolveCompilerType()
728 ResolveState encoding_compiler_type_resolve_state = in ResolveCompilerType()
731 if (compiler_type_resolve_state == ResolveState::Layout) { in ResolveCompilerType()
736 encoding_compiler_type_resolve_state = ResolveState::Forward; in ResolveCompilerType()
[all …]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDType.h413 enum class ResolveState : unsigned char { enum
552 ResolveState m_compiler_type_resolve_state = ResolveState::Unresolved;
558 bool ResolveCompilerType(ResolveState compiler_type_resolve_state);
570 ResolveState compiler_type_resolve_state, uint32_t opaque_payload = 0);
HDSymbolFile.h470 Type::ResolveState compiler_type_resolve_state,
576 Type::ResolveState compiler_type_resolve_state,
HDSymbolFileOnDemand.h234 Type::ResolveState compiler_type_resolve_state,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp409 Type::ResolveState type_resolve_state; in CreateLLDBTypeFromPDBType()
446 type_resolve_state = Type::ResolveState::Full; in CreateLLDBTypeFromPDBType()
455 type_resolve_state = Type::ResolveState::Forward; in CreateLLDBTypeFromPDBType()
458 type_resolve_state = Type::ResolveState::Forward; in CreateLLDBTypeFromPDBType()
539 lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()
587 ast_typedef, lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()
664 func_sig_ast_type, lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()
701 array_ast_type, lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()
730 builtin_ast_type, lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()
761 lldb_private::Type::ResolveState::Forward); in CreateLLDBTypeFromPDBType()
[all …]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
HDSymbolFileCTF.cpp372 lldb_private::Type::ResolveState::Full); in CreateInteger()
408 lldb_private::Type::ResolveState::Full); in CreateModifier()
428 ast_typedef, lldb_private::Type::ResolveState::Full); in CreateTypedef()
455 lldb_private::Type::ResolveState::Full); in CreateArray()
475 lldb_private::Type::ResolveState::Full); in CreateEnum()
500 lldb_private::Type::ResolveState::Full); in CreateFunction()
513 decl, record_type, lldb_private::Type::ResolveState::Forward); in CreateRecord()
569 forward_compiler_type, Type::ResolveState::Forward); in CreateForward()
824 lldb_private::Type::ResolveState::Full); in ParseFunctions()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp225 &pcm_type_sp->GetDeclaration(), type, Type::ResolveState::Forward, in ParseTypeFromClangModule()
602 Type::ResolveState resolve_state = Type::ResolveState::Unresolved; in ParseTypeModifier()
666 resolve_state = Type::ResolveState::Full; in ParseTypeModifier()
675 resolve_state = Type::ResolveState::Full; in ParseTypeModifier()
739 resolve_state = Type::ResolveState::Full; in ParseTypeModifier()
763 resolve_state = Type::ResolveState::Full; in ParseTypeModifier()
775 resolve_state = Type::ResolveState::Full; in ParseTypeModifier()
787 resolve_state = Type::ResolveState::Full; in ParseTypeModifier()
809 resolve_state = Type::ResolveState::Full; in ParseTypeModifier()
933 &attrs.decl, clang_type, Type::ResolveState::Forward, in ParseEnum()
[all …]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp561 Type::ResolveState::Full); in CreateModifierType()
580 Type::ResolveState::Full); in CreatePointerType()
590 Type::ResolveState::Full); in CreateSimpleType()
610 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType()
621 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType()
654 Type::ResolveState::Forward); in CreateClassStructUnion()
680 ct, lldb_private::Type::ResolveState::Forward); in CreateTagType()
692 lldb_private::Type::ResolveState::Full); in CreateArrayType()
703 ct, lldb_private::Type::ResolveState::Full); in CreateFunctionType()
712 ct, lldb_private::Type::ResolveState::Full); in CreateProcedureType()
[all …]