Home
last modified time | relevance | path

Searched refs:GetRegisterType (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterTypeBuilder.h21 virtual CompilerType GetRegisterType(const std::string &name,
H A DTarget.h1281 CompilerType GetRegisterType(const std::string &name,
/src/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.h31 CompilerType GetRegisterType(const std::string &name,
H A DRegisterTypeBuilderClang.cpp39 CompilerType RegisterTypeBuilderClang::GetRegisterType( in GetRegisterType() function in RegisterTypeBuilderClang
/src/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterValue.cpp128 CompilerType fields_type = target_sp->GetRegisterType( in DumpRegisterValue()
/src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2440 CompilerType Target::GetRegisterType(const std::string &name, in GetRegisterType() function in Target
2445 return provider->GetRegisterType(name, flags, byte_size); in GetRegisterType()