Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Name

39   // Compute the mangled name.
40 SmallString<256> Name;
41 llvm::raw_svector_ostream Out(Name);
50 return GetOrCreateLLVMFunction(Name, Ty, GD, /*ForVTable=*/true,
405 // There's already a declaration with the same name, check if it has the same
415 // Remove the name from the old thunk function and get a new thunk.
634 // Get the mangled construction vtable name.
641 StringRef Name = OutName.str();
656 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType, Linkage);