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

12

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTaggedASTType.h20 TaggedASTType(const CompilerType &compiler_type) argument
H A DClangASTContext.h199 CompilerType compiler_type; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp33 CreatePersistentVariable( ExecutionContextScope *exe_scope, ConstString name, const CompilerType &compiler_type, lldb::ByteOrder byte_order, uint32_t addr_byte_size) argument
/freebsd-12-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.cpp69 CompilerType compiler_type = m_impl_backend->GetCompilerType(); local
145 ValueObjectConstResultImpl::Cast(const CompilerType &compiler_type) { argument
H A DValueObjectConstResult.cpp50 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, ConstString name, const DataExtractor &data, lldb::addr_t address) argument
60 ValueObjectConstResult( ExecutionContextScope *exe_scope, const CompilerType &compiler_type, ConstString name, const DataExtractor &data, lldb::addr_t address) argument
82 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
101 ValueObjectConstResult( 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
121 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, ConstString name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
132 ValueObjectConstResult( ExecutionContextScope *exe_scope, const CompilerType &compiler_type, ConstString name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
288 Cast(const CompilerType &compiler_type) argument
[all...]
H A DValueObjectVariable.cpp163 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-12-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, uint32_t reason, lldb::DynamicValueType use_dynamic, FormattersMatchVector &entries, bool did_strip_ptr, bool did_strip_ref, bool did_strip_typedef, bool root_level) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h56 void SetCompilerType(const CompilerType &compiler_type) { argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h145 virtual bool GetTypeBitSize(const CompilerType &compiler_type, argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp243 bool SymbolFileSymtab::CompleteType(lldb_private::CompilerType &compiler_type) { argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp899 CompilerType compiler_type; variable
H A DCommandObjectMemory.cpp366 CompilerType compiler_type; variable
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp314 bool ObjCLanguageRuntime::GetTypeBitSize(const CompilerType &compiler_type, argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1708 CompilerType compiler_type = new_value_sp->GetCompilerType(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp848 CompilerType compiler_type = new_value_sp->GetCompilerType(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1851 CompilerType compiler_type = new_value_sp->GetCompilerType(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp66 CompilerType compiler_type; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp106 CompilerType compiler_type = value.GetCompilerType(); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp490 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
550 PrivateAutoComplete( StackFrame *frame, llvm::StringRef partial_path, const llvm::Twine &prefix_path, const CompilerType &compiler_type, CompletionRequest &request) argument
737 CompilerType compiler_type; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp510 CompilerType compiler_type = local

Completed in 818 milliseconds

12