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

/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp229 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2, argument
231 GlobalVariable *GV = M1->getNamedGlobal(GlobalName);
270 M1Init, GlobalName);
273 GV = M2->getNamedGlobal(GlobalName);
282 M2Init, GlobalName);
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp597 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) { argument
624 GlobalName);
2755 CodeGenModule &CGM, StringRef GlobalName,
2765 GlobalName, nullptr, llvm::GlobalVariable::NotThreadLocal, AddrSpace);
2851 const char *GlobalName,
2874 if (!GlobalName)
2875 GlobalName = ".str";
2878 GlobalName, Alignment);
2754 GenerateStringLiteral(llvm::Constant *C, llvm::GlobalValue::LinkageTypes LT, CodeGenModule &CGM, StringRef GlobalName, unsigned Alignment) argument
2850 GetAddrOfConstantCString(const std::string &Str, const char *GlobalName, unsigned Alignment) argument
H A DCodeGenModule.h771 /// \param GlobalName If provided, the name to use for the global (if one is
774 const char *GlobalName = nullptr,
1105 void EmitCtorList(const CtorList &Fns, const char *GlobalName);

Completed in 2321 milliseconds