Searched refs:ResolveState (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 565 bool Type::ResolveCompilerType(ResolveState compiler_type_resolve_state) { in ResolveCompilerType() 689 m_compiler_type_resolve_state = ResolveState::Forward; in ResolveCompilerType() 693 if (compiler_type_resolve_state == ResolveState::Layout || in ResolveCompilerType() 694 compiler_type_resolve_state == ResolveState::Full) { in ResolveCompilerType() 698 m_compiler_type_resolve_state = ResolveState::Full; in ResolveCompilerType() 713 ResolveState encoding_compiler_type_resolve_state = in ResolveCompilerType() 716 if (compiler_type_resolve_state == ResolveState::Layout) { in ResolveCompilerType() 721 encoding_compiler_type_resolve_state = ResolveState::Forward; in ResolveCompilerType() 742 ResolveCompilerType(ResolveState::Full); in GetFullCompilerType() 747 ResolveCompilerType(ResolveState::Layout); in GetLayoutCompilerType() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 407 enum class ResolveState : unsigned char { enum 521 ResolveState m_compiler_type_resolve_state = ResolveState::Unresolved; 527 bool ResolveCompilerType(ResolveState compiler_type_resolve_state); 539 ResolveState compiler_type_resolve_state, uint32_t opaque_payload = 0);
|
| H A D | SymbolFile.h | 462 Type::ResolveState compiler_type_resolve_state, 568 Type::ResolveState compiler_type_resolve_state,
|
| H A D | SymbolFileOnDemand.h | 234 Type::ResolveState compiler_type_resolve_state,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 409 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-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 372 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() 822 lldb_private::Type::ResolveState::Full); in ParseFunctions()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 223 &pcm_type_sp->GetDeclaration(), type, Type::ResolveState::Forward, in ParseTypeFromClangModule() 580 Type::ResolveState resolve_state = Type::ResolveState::Unresolved; in ParseTypeModifier() 643 resolve_state = Type::ResolveState::Full; in ParseTypeModifier() 652 resolve_state = Type::ResolveState::Full; in ParseTypeModifier() 712 resolve_state = Type::ResolveState::Full; in ParseTypeModifier() 735 resolve_state = Type::ResolveState::Full; in ParseTypeModifier() 746 resolve_state = Type::ResolveState::Full; in ParseTypeModifier() 757 resolve_state = Type::ResolveState::Full; in ParseTypeModifier() 779 resolve_state = Type::ResolveState::Full; in ParseTypeModifier() 1419 clang_type, Type::ResolveState::Forward); in ParsePointerToMemberType() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 561 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 …]
|