Searched refs:GlobalName (Results 1 - 3 of 3) 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.cpp385 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) { argument
409 GlobalName);
2246 return GetAddrOfConstantString(Str, /*GlobalName*/ 0, Align.getQuantity());
2277 const char *GlobalName,
2287 C, GlobalName);
2302 const char *GlobalName,
2305 if (!GlobalName)
2306 GlobalName = ".str";
2310 return GenerateStringLiteral(Str, false, *this, GlobalName, Alignment);
2323 llvm::GlobalVariable *GV = GenerateStringLiteral(Str, true, *this, GlobalName,
2274 GenerateStringLiteral(StringRef str, bool constant, CodeGenModule &CGM, const char *GlobalName, unsigned Alignment) argument
2301 GetAddrOfConstantString(StringRef Str, const char *GlobalName, unsigned Alignment) argument
2332 GetAddrOfConstantCString(const std::string &Str, const char *GlobalName, unsigned Alignment) argument
[all...]
H A DCodeGenModule.h624 /// \param GlobalName If provided, the name to use for the global
627 const char *GlobalName=0,
634 /// \param GlobalName If provided, the name to use for the global (if one is
637 const char *GlobalName=0,
950 void EmitCtorList(const CtorList &Fns, const char *GlobalName);

Completed in 48 milliseconds