Searched defs:ReturnValueSlot (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCall.h149 /// ReturnValueSlot - Contains the address where the return value of a
151 class ReturnValueSlot { class in namespace:clang::CodeGen
162 ReturnValueSlot() {} function in class:clang::CodeGen::ReturnValueSlot
163 ReturnValueSlot(Address Addr, bool IsVolatile, bool IsUnused = false) function in class:clang::CodeGen::ReturnValueSlot

Completed in 105 milliseconds