Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDTypeSystem.h207 virtual bool CanPassInRegisters(const CompilerType &type) = 0;
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
HDABISysV_x86_64.cpp643 if (ts && ts->CanPassInRegisters(return_compiler_type) && in GetReturnValueObjectImpl()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h727 bool CanPassInRegisters(const CompilerType &type) override;
HDTypeSystemClang.cpp3686 bool TypeSystemClang::CanPassInRegisters(const CompilerType &type) { in CanPassInRegisters() function in TypeSystemClang