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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h185 virtual bool CanPassInRegisters(const CompilerType &type) = 0;
H A DClangASTContext.h559 bool CanPassInRegisters(const CompilerType &type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp792 if (return_compiler_type.GetTypeSystem()->CanPassInRegisters(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp3409 bool ClangASTContext::CanPassInRegisters(const CompilerType &type) { function in class:ClangASTContext

Completed in 108 milliseconds