OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fnInfo
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/CodeGen/
CGCXX.cpp
199
const CGFunctionInfo &
fnInfo
= getTypes().getFunctionInfo(ctor, ctorType);
202
cast<llvm::Function>(GetAddrOfCXXConstructor(ctor, ctorType, &
fnInfo
));
205
CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn,
fnInfo
);
214
const CGFunctionInfo *
fnInfo
) {
221
if (!
fnInfo
)
fnInfo
= &getTypes().getFunctionInfo(ctor, ctorType);
225
getTypes().GetFunctionType(*
fnInfo
, proto->isVariadic());
267
const CGFunctionInfo &
fnInfo
= getTypes().getFunctionInfo(dtor, dtorType);
270
cast<llvm::Function>(GetAddrOfCXXDestructor(dtor, dtorType, &
fnInfo
));
273
CodeGenFunction(*this).GenerateCode(GlobalDecl(dtor, dtorType), fn,
fnInfo
);
[
all
...]
CGBlocks.cpp
754
const CGFunctionInfo &
FnInfo
=
760
CGM.getTypes().GetFunctionType(
FnInfo
, false);
766
return EmitCall(
FnInfo
, Func, ReturnValue, Args);
[
all
...]
CGObjCMac.cpp
[
all
...]
Completed in 18 milliseconds