Home
last modified time | relevance | path

Searched defs:compiler_type (Results 26 – 50 of 54) sorted by relevance

123

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp162 CompilerType &compiler_type) { in GetPDBBuiltinTypeName() argument
794 lldb_private::CompilerType &compiler_type) { in CompleteTypeFromPDB() argument
1202 lldb_private::CompilerType &compiler_type, in CompleteTypeFromUDT() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp168 CompilerType compiler_type = GetCompilerType(); UpdateValue() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp358 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local
386 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp270 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local
298 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
H A DABIWindows_x86_64.cpp277 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local
305 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp397 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local
423 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
H A DABISysV_ppc64.cpp274 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local
302 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp913 CompilerType compiler_type; DoExecute() local
1143 CompilerType compiler_type(valobj_sp->GetCompilerType()); DoExecute() local
H A DCommandObjectMemory.cpp367 CompilerType compiler_type; in DoExecute() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp875 CompilerType compiler_type(valobj.GetCompilerType()); in GetPossibleFormattersMatches() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h258 CompilerType compiler_type; global() variable
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp353 GetTypeBitSize(const CompilerType & compiler_type,uint64_t & size) GetTypeBitSize() argument
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp442 CompilerType compiler_type(match->GetFullCompilerType()); Find_Impl() local
H A DStackFrame.cpp576 if (auto compiler_type = var_type->GetForwardCompilerType()) in GetValueForVariableExpressionPath() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp708 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
H A DABISysV_mips64.cpp670 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp212 bool SymbolFileOnDemand::CompleteType(CompilerType &compiler_type) { in CompleteType() argument
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp494 CompilerType compiler_type = m_opaque_sp->GetCompilerType(false); IsTypeComplete() local
H A DSBModule.cpp498 if (CompilerType compiler_type = ts->GetBuiltinTypeByName(name)) in FindTypes() local
H A DSBTarget.cpp1840 if (auto compiler_type = type_system_sp->GetBasicTypeFromAST(type)) GetBasicType() local
1875 if (auto compiler_type = FindTypes() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp319 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp297 CompilerType compiler_type = new_value_sp->GetCompilerType(); SetReturnValueObject() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp506 CompleteType(const CompilerType & compiler_type) CompleteType() argument
H A DIRForTarget.cpp1017 lldb_private::CompilerType compiler_type = in MaybeHandleVariable() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp439 CompilerType compiler_type = type->GetForwardCompilerType(); in GetTypes() local
1595 HasForwardDeclForCompilerType(const CompilerType & compiler_type) HasForwardDeclForCompilerType() argument
1611 CompleteType(CompilerType & compiler_type) CompleteType() argument
[all...]

123