Home
last modified time | relevance | path

Searched refs:shouldPassIndirectly (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h89 bool shouldPassIndirectly(bool asReturnValue) const;
123 bool shouldPassIndirectly(CodeGenModule &CGM,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp627 bool SwiftAggLowering::shouldPassIndirectly(bool asReturnValue) const { in shouldPassIndirectly() function in SwiftAggLowering
635 return getSwiftABIInfo(CGM).shouldPassIndirectly(Entries.back().Type, in shouldPassIndirectly()
644 return getSwiftABIInfo(CGM).shouldPassIndirectly(componentTys, asReturnValue); in shouldPassIndirectly()
647 bool swiftcall::shouldPassIndirectly(CodeGenModule &CGM, in shouldPassIndirectly() function in swiftcall
650 return getSwiftABIInfo(CGM).shouldPassIndirectly(componentTys, asReturnValue); in shouldPassIndirectly()
803 } else if (lowering.shouldPassIndirectly(forReturn)) { in classifyExpandedType()
H A DABIInfo.h146 virtual bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys,
H A DABIInfo.cpp273 bool SwiftABIInfo::shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() function in SwiftABIInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp196 bool shouldPassIndirectly(ArrayRef<llvm::Type *> ComponentTys, in shouldPassIndirectly() function in __anon8aa8892d0111::X86_32SwiftABIInfo