Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-record-definition-data.cpp21 struct CanPassInRegisters { struct
24 CanPassInRegisters(const CanPassInRegisters&) = default;
H A Dast-dump-record-definition-data-json.cpp8 struct CanPassInRegisters { struct
9 CanPassInRegisters(const CanPassInRegisters&) = default;
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h190 virtual bool CanPassInRegisters(const CompilerType &type) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp641 if (return_compiler_type.GetTypeSystem()->CanPassInRegisters( in GetReturnValueObjectImpl()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h631 bool CanPassInRegisters(const CompilerType &type) override;
H A DTypeSystemClang.cpp3684 bool TypeSystemClang::CanPassInRegisters(const CompilerType &type) { in CanPassInRegisters() function in TypeSystemClang