Searched refs:GlobalName (Results 1 - 4 of 4) sorted by relevance

/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp228 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2, argument
230 GlobalVariable *GV = M1->getNamedGlobal(GlobalName);
269 M1Init, GlobalName);
272 GV = M2->getNamedGlobal(GlobalName);
281 M2Init, GlobalName);
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp440 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) { argument
464 GlobalName);
2334 return GetAddrOfConstantString(Str, /*GlobalName*/ 0, Align.getQuantity());
2365 const char *GlobalName,
2375 C, GlobalName);
2390 const char *GlobalName,
2393 if (!GlobalName)
2394 GlobalName = ".str";
2398 return GenerateStringLiteral(Str, false, *this, GlobalName, Alignment);
2411 llvm::GlobalVariable *GV = GenerateStringLiteral(Str, true, *this, GlobalName,
2362 GenerateStringLiteral(StringRef str, bool constant, CodeGenModule &CGM, const char *GlobalName, unsigned Alignment) argument
2389 GetAddrOfConstantString(StringRef Str, const char *GlobalName, unsigned Alignment) argument
2420 GetAddrOfConstantCString(const std::string &Str, const char *GlobalName, unsigned Alignment) argument
[all...]
H A DCodeGenModule.h637 /// \param GlobalName If provided, the name to use for the global
640 const char *GlobalName=0,
647 /// \param GlobalName If provided, the name to use for the global (if one is
650 const char *GlobalName=0,
963 void EmitCtorList(const CtorList &Fns, const char *GlobalName);
H A DCGExpr.cpp1829 const char *GlobalName,
1844 C, GlobalName);
1828 GetAddrOfConstantWideString(StringRef Str, const char *GlobalName, ASTContext &Context, QualType Ty, SourceLocation Loc, CodeGenModule &CGM) argument

Completed in 150 milliseconds