Home
last modified time | relevance | path

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

123

/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp
H A DValueObjectConstResultImpl.cpp
H A DValueObjectConstResultChild.cpp
H A DValueObjectConstResultCast.cpp
H A DValueObjectCast.cpp
H A DValue.cpp268 void Value::SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType() argument
578 const CompilerType &compiler_type = GetCompilerType(); ResolveValue() local
H A DValueObjectChild.cpp
H A DValueObject.cpp
/llvm-project/lldb/include/lldb/Symbol/
H A DTaggedASTType.h20 TaggedASTType(const CompilerType &compiler_type) in TaggedASTType()
/llvm-project/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp371 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F() local
426 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F() local
470 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F() local
494 CompilerType compiler_type = enum_type->GetFullCompilerType(); in TEST_F() local
541 CompilerType compiler_type = typedef_type->GetFullCompilerType(); in TEST_F() local
/llvm-project/lldb/source/Symbol/
H A DVariable.cpp475 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
536 PrivateAutoComplete(StackFrame * frame,llvm::StringRef partial_path,const llvm::Twine & prefix_path,const CompilerType & compiler_type,CompletionRequest & request) PrivateAutoComplete() argument
722 CompilerType compiler_type; AutoComplete() local
[all...]
H A DType.cpp271 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
898 SetCompilerType(CompilerType compiler_type) SetCompilerType() argument
924 TypeImpl(const CompilerType & compiler_type) TypeImpl() argument
951 SetType(const CompilerType & compiler_type) SetType() argument
962 SetType(const CompilerType & compiler_type,const CompilerType & dynamic) SetType() argument
[all...]
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp42 const CompilerType &compiler_type, lldb::ByteOrder byte_order, in CreatePersistentVariable()
/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.h91 bool CompleteType(CompilerType &compiler_type) override { return false; } in CompleteType()
/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
[all...]
H A DABISysV_i386.cpp184 CompilerType compiler_type(value->GetCompilerType()); in GetArgumentValues() local
208 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp343 CompilerType compiler_type = m_ast->GetBasicType(basic_type); CreateInteger() local
383 CompilerType compiler_type; CreateModifier() local
448 CompilerType compiler_type = m_ast->CreateArrayType( CreateArray() local
516 CompleteType(CompilerType & compiler_type) CompleteType() argument
[all...]
/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h174 GetTypeBitSize(const CompilerType &compiler_type) { in GetTypeBitSize() argument
/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1452 CompilerType compiler_type = value->GetCompilerType(); GetArgumentValues() local
1693 CompilerType compiler_type = new_value_sp->GetCompilerType(); SetReturnValueObject() local
[all...]
H A DABISysV_arm.cpp1456 CompilerType compiler_type = value->GetCompilerType(); GetArgumentValues() local
1838 CompilerType compiler_type = new_value_sp->GetCompilerType(); SetReturnValueObject() local
[all...]
/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp66 CompilerType compiler_type = value.GetCompilerType(); in FormatObject() local
/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h57 void SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType() argument
/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp239 bool SymbolFileSymtab::CompleteType(lldb_private::CompilerType &compiler_type) { in CompleteType() argument
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp73 CompilerType compiler_type(valobj.GetCompilerType()); in GetObjectDescription() local
122 CompilerType compiler_type = value.GetCompilerType(); in GetObjectDescription() local
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h102 bool CompleteType(CompilerType &compiler_type) override { return false; } in CompleteType()

123