Searched refs:CanPassInRegisters (Results 1 – 4 of 4) sorted by relevance
191 virtual bool CanPassInRegisters(const CompilerType &type) = 0;
640 if (return_compiler_type.GetTypeSystem()->CanPassInRegisters( in GetReturnValueObjectImpl()
639 bool CanPassInRegisters(const CompilerType &type) override;
3660 bool TypeSystemClang::CanPassInRegisters(const CompilerType &type) { in CanPassInRegisters() function in TypeSystemClang