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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1000 bool IsThunk) {
1016 if (!IsThunk && getCXXABI().HasThisReturn(GD) &&
1729 bool DontDefer, bool IsThunk,
1820 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk);
1901 /*IsThunk=*/false, llvm::AttributeSet(),
1913 /*DontDefer=*/false, /*IsThunk=*/false, ExtraAttrs);
1928 /*DontDefer=*/false, /*IsThunk=*/false, ExtraAttrs);
998 SetFunctionAttributes(GlobalDecl GD, llvm::Function *F, bool IsIncompleteFunction, bool IsThunk) argument
1726 GetOrCreateLLVMFunction(StringRef MangledName, llvm::Type *Ty, GlobalDecl GD, bool ForVTable, bool DontDefer, bool IsThunk, llvm::AttributeSet ExtraAttrs, bool IsForDefinition) argument

Completed in 50 milliseconds