Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DTypeSystem.h191 virtual bool CanPassInRegisters(const CompilerType &type) = 0;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
DABISysV_x86_64.cpp640 if (return_compiler_type.GetTypeSystem()->CanPassInRegisters( in GetReturnValueObjectImpl()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h639 bool CanPassInRegisters(const CompilerType &type) override;
DTypeSystemClang.cpp3660 bool TypeSystemClang::CanPassInRegisters(const CompilerType &type) { in CanPassInRegisters() function in TypeSystemClang