Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DTypeSystem.h197 virtual bool CanPassInRegisters(const CompilerType &type) = 0;
/openbsd/src/gnu/llvm/lldb/source/Plugins/ABI/X86/
DABISysV_x86_64.cpp644 if (ts && ts->CanPassInRegisters(return_compiler_type) && in GetReturnValueObjectImpl()
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h645 bool CanPassInRegisters(const CompilerType &type) override;
DTypeSystemClang.cpp3724 bool TypeSystemClang::CanPassInRegisters(const CompilerType &type) { in CanPassInRegisters() function in TypeSystemClang