Searched defs:compiler_type (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTaggedASTType.h20 TaggedASTType(const CompilerType &compiler_type) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp34 CreatePersistentVariable( ExecutionContextScope *exe_scope, ConstString name, const CompilerType &compiler_type, lldb::ByteOrder byte_order, uint32_t addr_byte_size) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultCast.cpp60 ValueObjectConstResultCast::Cast(const CompilerType &compiler_type) { argument
H A DValueObjectChild.cpp29 ValueObjectChild( ValueObject &parent, const CompilerType &compiler_type, ConstString name, uint64_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent, AddressType child_ptr_or_ref_addr_type, uint64_t language_flags) argument
H A DValueObjectConstResultChild.cpp72 ValueObjectConstResultChild::Cast(const CompilerType &compiler_type) { argument
24 ValueObjectConstResultChild( ValueObject &parent, const CompilerType &compiler_type, ConstString name, uint32_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent, lldb::addr_t live_address, uint64_t language_flags) argument
H A DValueObjectConstResultImpl.cpp68 CompilerType compiler_type = m_impl_backend->GetCompilerType(); local
144 ValueObjectConstResultImpl::Cast(const CompilerType &compiler_type) { argument
H A DValueObjectConstResult.cpp52 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, ConstString name, const DataExtractor &data, lldb::addr_t address) argument
63 ValueObjectConstResult( ExecutionContextScope *exe_scope, ValueObjectManager &manager, const CompilerType &compiler_type, ConstString name, const DataExtractor &data, lldb::addr_t address) argument
86 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, ConstString name, const lldb::DataBufferSP &data_sp, lldb::ByteOrder data_byte_order, uint32_t data_addr_size, lldb::addr_t address) argument
110 ValueObjectConstResult( ExecutionContextScope *exe_scope, ValueObjectManager &manager, const CompilerType &compiler_type, ConstString name, const lldb::DataBufferSP &data_sp, lldb::ByteOrder data_byte_order, uint32_t data_addr_size, lldb::addr_t address) argument
129 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, ConstString name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
142 ValueObjectConstResult( ExecutionContextScope *exe_scope, ValueObjectManager &manager, const CompilerType &compiler_type, ConstString name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
301 Cast(const CompilerType &compiler_type) argument
[all...]
H A DValueObjectVariable.cpp165 CompilerType compiler_type = GetCompilerType(); local
H A DValue.cpp268 void Value::SetCompilerType(const CompilerType &compiler_type) { argument
590 const CompilerType &compiler_type = GetCompilerType(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp66 CompilerType compiler_type = value.GetCompilerType(); local
H A DFormatManager.cpp176 GetPossibleMatches( ValueObject &valobj, CompilerType compiler_type, lldb::DynamicValueType use_dynamic, FormattersMatchVector &entries, bool did_strip_ptr, bool did_strip_ref, bool did_strip_typedef, bool root_level) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h144 virtual bool GetTypeBitSize(const CompilerType &compiler_type, argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h56 void SetCompilerType(const CompilerType &compiler_type) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp245 bool SymbolFileSymtab::CompleteType(lldb_private::CompilerType &compiler_type) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp899 CompilerType compiler_type; variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp190 CompilerType compiler_type = new_value_sp->GetCompilerType(); local
[all...]
H A DABISysV_i386.cpp207 CompilerType compiler_type = new_value_sp->GetCompilerType(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp314 bool ObjCLanguageRuntime::GetTypeBitSize(const CompilerType &compiler_type, argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1708 CompilerType compiler_type = new_value_sp->GetCompilerType(); local
[all...]
H A DABISysV_arm.cpp1853 CompilerType compiler_type = new_value_sp->GetCompilerType(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp67 CompilerType compiler_type; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp117 CompilerType compiler_type = value.GetCompilerType(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h266 CompilerType compiler_type; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp487 PrivateAutoCompleteMembers( StackFrame *frame, const std::string &partial_member_name, llvm::StringRef partial_path, const llvm::Twine &prefix_path, const CompilerType &compiler_type, CompletionRequest &request) argument
547 PrivateAutoComplete( StackFrame *frame, llvm::StringRef partial_path, const llvm::Twine &prefix_path, const CompilerType &compiler_type, CompletionRequest &request) argument
734 CompilerType compiler_type; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp510 CompilerType compiler_type = local

Completed in 237 milliseconds

12