Home
last modified time | relevance | path

Searched defs:compiler_type (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp53 const CompilerType &compiler_type, in Create() argument
65 const CompilerType &compiler_type, ConstString name, in ValueObjectConstResult() argument
86 const CompilerType &compiler_type, in Create() argument
111 const CompilerType &compiler_type, ConstString name, in ValueObjectConstResult() argument
128 const CompilerType &compiler_type, in Create() 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) ValueObjectConstResult() argument
297 DoCast(const CompilerType & compiler_type) DoCast() argument
[all...]
H A DValueObjectConstResultImpl.cpp68 CompilerType compiler_type = m_impl_backend->GetCompilerType(); CreateChildAtIndex() local
129 CompilerType compiler_type(m_impl_backend->GetCompilerType()); AddressOf() local
151 Cast(const CompilerType & compiler_type) Cast() argument
[all...]
H A DValueObjectConstResultChild.cpp25 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectConstResultChild() argument
72 DoCast(const CompilerType & compiler_type) DoCast() argument
H A DValueObjectCast.cpp69 CompilerType compiler_type(GetCompilerType()); UpdateValue() local
H A DValueObjectConstResultCast.cpp60 DoCast(const CompilerType & compiler_type) DoCast() argument
H A DValue.cpp268 void Value::SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType()
578 const CompilerType &compiler_type = GetCompilerType(); in ResolveValue() local
H A DValueObjectChild.cpp30 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectChild() argument
H A DValueObject.cpp247 CompilerType compiler_type(GetCompilerTypeImpl()); in MaybeCalculateCompleteType() local
834 CompilerType compiler_type = GetCompilerType(); ReadPointedString() local
2599 CompilerType compiler_type = GetCompilerType(); Dereference() local
2705 CompilerType compiler_type = GetCompilerType(); AddressOf() local
2722 DoCast(const CompilerType & compiler_type) DoCast() argument
2726 Cast(const CompilerType & compiler_type) Cast() argument
2753 CastPointerType(const char * name,CompilerType & compiler_type) CastPointerType() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTaggedASTType.h20 TaggedASTType(const CompilerType &compiler_type) in TaggedASTType()
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp473 PrivateAutoCompleteMembers(StackFrame * frame,const std::string & partial_member_name,llvm::StringRef partial_path,const llvm::Twine & prefix_path,const CompilerType & compiler_type,CompletionRequest & request) PrivateAutoCompleteMembers() argument
532 PrivateAutoComplete(StackFrame * frame,llvm::StringRef partial_path,const llvm::Twine & prefix_path,const CompilerType & compiler_type,CompletionRequest & request) PrivateAutoComplete() argument
716 CompilerType compiler_type; AutoComplete() local
[all...]
H A DType.cpp272 Type(lldb::user_id_t uid,SymbolFile * symbol_file,ConstString name,std::optional<uint64_t> byte_size,SymbolContextScope * context,user_id_t encoding_uid,EncodingDataType encoding_uid_type,const Declaration & decl,const CompilerType & compiler_type,ResolveState compiler_type_resolve_state,uint32_t opaque_payload) Type() argument
892 SetCompilerType(CompilerType compiler_type) SetCompilerType() argument
918 TypeImpl(const CompilerType & compiler_type) TypeImpl() argument
945 SetType(const CompilerType & compiler_type) SetType() argument
956 SetType(const CompilerType & compiler_type,const CompilerType & dynamic) SetType() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp167 CompilerType compiler_type(value->GetCompilerType()); in GetArgumentValues() local
191 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
H A DABISysV_i386.cpp184 CompilerType compiler_type(value->GetCompilerType()); in GetArgumentValues() local
208 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp42 const CompilerType &compiler_type, lldb::ByteOrder byte_order, in CreatePersistentVariable()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.h91 bool CompleteType(CompilerType &compiler_type) override { return false; } in CompleteType()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp343 CompilerType compiler_type = m_ast->GetBasicType(basic_type); in CreateInteger() local
383 CompilerType compiler_type; in CreateModifier() local
448 CompilerType compiler_type = m_ast->CreateArrayType( CreateArray() local
516 CompleteType(CompilerType & compiler_type) CompleteType() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1452 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local
1693 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
H A DABISysV_arm.cpp1456 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local
1838 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h172 GetTypeBitSize(const CompilerType & compiler_type,uint64_t & size) GetTypeBitSize() argument
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp66 CompilerType compiler_type = value.GetCompilerType(); in FormatObject() local
H A DFormatManager.cpp177 GetPossibleMatches(ValueObject & valobj,CompilerType compiler_type,lldb::DynamicValueType use_dynamic,FormattersMatchVector & entries,FormattersMatchCandidate::Flags current_flags,bool root_level) GetPossibleMatches() argument
463 CompilerType compiler_type(valobj.GetCompilerType()); ShouldPrintAsOneLiner() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h57 void SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp71 CompilerType compiler_type(valobj.GetCompilerType()); GetObjectDescription() local
118 CompilerType compiler_type = value.GetCompilerType(); GetObjectDescription() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp239 bool SymbolFileSymtab::CompleteType(lldb_private::CompilerType &compiler_type) { in CompleteType()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h102 bool CompleteType(CompilerType &compiler_type) override { return false; } in CompleteType() argument

123