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

12

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.h36 CanCompleteType (const lldb_private::CompilerType &compiler_type) argument
42 CompleteType (const lldb_private::CompilerType &compiler_type) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTaggedASTType.h23 TaggedASTType (const CompilerType &compiler_type) : argument
H A DClangASTContext.h275 CompilerType compiler_type; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp35 CreatePersistentVariable(ExecutionContextScope *exe_scope, const ConstString &name, const CompilerType& compiler_type, lldb::ByteOrder byte_order, uint32_t addr_byte_size) argument
H A DASTDumper.cpp84 ASTDumper::ASTDumper (const CompilerType &compiler_type) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguageRuntime.h133 GetTypeBitSize (const CompilerType& compiler_type, argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultCast.cpp72 ValueObjectConstResultCast::Cast (const CompilerType &compiler_type) argument
H A DValueObjectConstResultChild.cpp86 ValueObjectConstResultChild::Cast (const CompilerType &compiler_type) argument
19 ValueObjectConstResultChild( ValueObject &parent, const CompilerType &compiler_type, const 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 DValueObjectChild.cpp27 ValueObjectChild( ValueObject &parent, const CompilerType &compiler_type, const 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 DValueObjectConstResultImpl.cpp75 CompilerType compiler_type = m_impl_backend->GetCompilerType(); local
162 ValueObjectConstResultImpl::Cast (const CompilerType &compiler_type) argument
H A DValueObjectConstResult.cpp61 Create( ExecutionContextScope *exe_scope, const CompilerType &compiler_type, const ConstString &name, const DataExtractor &data, lldb::addr_t address ) argument
77 ValueObjectConstResult(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, const ConstString &name, const DataExtractor &data, lldb::addr_t address) argument
105 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, const ConstString &name, const lldb::DataBufferSP &data_sp, lldb::ByteOrder data_byte_order, uint32_t data_addr_size, lldb::addr_t address) argument
131 ValueObjectConstResult(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, const ConstString &name, const lldb::DataBufferSP &data_sp, lldb::ByteOrder data_byte_order, uint32_t data_addr_size, lldb::addr_t address) argument
157 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, const ConstString &name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
172 ValueObjectConstResult(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, const ConstString &name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
370 Cast(const CompilerType &compiler_type) argument
[all...]
H A DValueObjectVariable.cpp172 CompilerType compiler_type = GetCompilerType(); local
H A DValue.cpp339 Value::SetCompilerType (const CompilerType &compiler_type) argument
724 const CompilerType &compiler_type = GetCompilerType(); local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp92 CompilerType compiler_type = value.GetCompilerType (); local
H A DFormatManager.cpp205 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-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectArgs.cpp165 CompilerType compiler_type; local
H A DCommandObjectWatchpoint.cpp1041 CompilerType compiler_type; variable
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DExpressionVariable.h98 SetCompilerType(const CompilerType &compiler_type) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp300 SymbolFileSymtab::CompleteType (lldb_private::CompilerType& compiler_type) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp581 CompilerType compiler_type = new_value_sp->GetCompilerType(); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp54 CompilerType compiler_type; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp110 CompilerType compiler_type = value.GetCompilerType(); local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp371 ObjCLanguageRuntime::GetTypeBitSize (const CompilerType& compiler_type, argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp578 CompilerType compiler_type = type_system->GetBuiltinTypeByName(name); local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp581 CompilerType compiler_type = new_value_sp->GetCompilerType(); local
[all...]

Completed in 275 milliseconds

12