Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterTypeBuilder.h21 virtual CompilerType GetRegisterType(const std::string &name,
H A DTarget.h1268 CompilerType GetRegisterType(const std::string &name,
/freebsd-14.2/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
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterValue.cpp127 CompilerType fields_type = target_sp->GetRegisterType( in DumpRegisterValue()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2447 CompilerType Target::GetRegisterType(const std::string &name, in GetRegisterType() function in Target
2452 return provider->GetRegisterType(name, flags, byte_size); in GetRegisterType()