Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp280 ResolveState compiler_type_resolve_state, uint32_t opaque_payload) in Type()
286 : ResolveState::Unresolved), in Type()
585 bool Type::ResolveCompilerType(ResolveState compiler_type_resolve_state) { in ResolveCompilerType()
719 m_compiler_type_resolve_state = ResolveState::Forward; in ResolveCompilerType()
723 if (compiler_type_resolve_state == ResolveState::Layout || in ResolveCompilerType()
724 compiler_type_resolve_state == ResolveState::Full) { in ResolveCompilerType()
728 m_compiler_type_resolve_state = ResolveState::Full; in ResolveCompilerType()
743 ResolveState encoding_compiler_type_resolve_state = in ResolveCompilerType()
746 if (compiler_type_resolve_state == ResolveState::Layout) { in ResolveCompilerType()
751 encoding_compiler_type_resolve_state = ResolveState::Forward; in ResolveCompilerType()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.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()
663 func_sig_ast_type, lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()
700 array_ast_type, lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()
729 builtin_ast_type, lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()
760 lldb_private::Type::ResolveState::Forward); in CreateLLDBTypeFromPDBType()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp373 lldb_private::Type::ResolveState::Full); in CreateInteger()
409 lldb_private::Type::ResolveState::Full); in CreateModifier()
429 ast_typedef, lldb_private::Type::ResolveState::Full); in CreateTypedef()
453 lldb_private::Type::ResolveState::Full); in CreateArray()
473 lldb_private::Type::ResolveState::Full); in CreateEnum()
498 lldb_private::Type::ResolveState::Full); in CreateFunction()
511 decl, record_type, lldb_private::Type::ResolveState::Forward); in CreateRecord()
568 forward_compiler_type, Type::ResolveState::Forward); in CreateForward()
822 lldb_private::Type::ResolveState::Full); in ParseFunctions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h449 enum class ResolveState : unsigned char { enum
588 ResolveState m_compiler_type_resolve_state = ResolveState::Unresolved;
594 bool ResolveCompilerType(ResolveState compiler_type_resolve_state);
606 ResolveState compiler_type_resolve_state, uint32_t opaque_payload = 0);
H A DSymbolFile.h492 Type::ResolveState compiler_type_resolve_state,
600 Type::ResolveState compiler_type_resolve_state,
H A DSymbolFileOnDemand.h239 Type::ResolveState compiler_type_resolve_state,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp319 type, Type::ResolveState::Forward, in ParseTypeFromClangModule()
696 Type::ResolveState resolve_state = Type::ResolveState::Unresolved; in ParseTypeModifier()
760 resolve_state = Type::ResolveState::Full; in ParseTypeModifier()
769 resolve_state = Type::ResolveState::Full; in ParseTypeModifier()
833 resolve_state = Type::ResolveState::Full; in ParseTypeModifier()
857 resolve_state = Type::ResolveState::Full; in ParseTypeModifier()
869 resolve_state = Type::ResolveState::Full; in ParseTypeModifier()
881 resolve_state = Type::ResolveState::Full; in ParseTypeModifier()
903 resolve_state = Type::ResolveState::Full; in ParseTypeModifier()
1030 &attrs.decl, clang_type, Type::ResolveState::Forward, in ParseEnum()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp557 Type::ResolveState::Full); in CreateModifierType()
576 Type::ResolveState::Full); in CreatePointerType()
586 Type::ResolveState::Full); in CreateSimpleType()
606 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType()
617 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType()
650 Type::ResolveState::Forward); in CreateClassStructUnion()
677 lldb_private::Type::ResolveState::Forward); in CreateTagType()
689 lldb_private::Type::ResolveState::Full); in CreateArrayType()
700 ct, lldb_private::Type::ResolveState::Full); in CreateFunctionType()
709 ct, lldb_private::Type::ResolveState::Full); in CreateProcedureType()
[all …]