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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp837 /*ForVTable=*/false);
1049 GlobalDecl D, bool ForVTable,
1116 if (FD->isImplicit() && !ForVTable) {
1144 bool ForVTable) {
1150 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable);
1159 return GetOrCreateLLVMFunction(Name, FTy, GlobalDecl(), /*ForVTable=*/false,
1923 /*ForVTable=*/false);
1047 GetOrCreateLLVMFunction(StringRef MangledName, llvm::Type *Ty, GlobalDecl D, bool ForVTable, llvm::Attributes ExtraAttrs) argument
1142 GetAddrOfFunction(GlobalDecl GD, llvm::Type *Ty, bool ForVTable) argument

Completed in 185 milliseconds