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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DNoSanitizeList.cpp30 bool NoSanitizeList::containsGlobal(SanitizerMask Mask, StringRef GlobalName, argument
32 return SSCL->inSection(Mask, "global", GlobalName, Category);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DNoSanitizeList.h37 bool containsGlobal(SanitizerMask Mask, StringRef GlobalName,
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp41 llvm::Metadata *GlobalName = nullptr; local
48 GlobalName = llvm::MDString::get(VMContext, Name);
52 llvm::ConstantAsMetadata::get(GV), LocDescr, GlobalName,
H A DCodeGenModule.h986 /// \param GlobalName If provided, the name to use for the global (if one is
990 const char *GlobalName = nullptr);
1538 void EmitCtorList(CtorList &Fns, const char *GlobalName);
H A DCodeGenModule.cpp1414 void CodeGenModule::EmitCtorList(CtorList &Fns, const char *GlobalName) { argument
1441 ctors.finishAndCreateGlobal(GlobalName, getPointerAlign(),
5300 CodeGenModule &CGM, StringRef GlobalName,
5308 M, C->getType(), !CGM.getLangOpts().WritableStrings, LT, C, GlobalName,
5383 const std::string &Str, const char *GlobalName) {
5404 if (!GlobalName)
5405 GlobalName = ".str";
5408 GlobalName, Alignment);
5299 GenerateStringLiteral(llvm::Constant *C, llvm::GlobalValue::LinkageTypes LT, CodeGenModule &CGM, StringRef GlobalName, CharUnits Alignment) argument
5382 GetAddrOfConstantCString( const std::string &Str, const char *GlobalName) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExtractFunction.cpp247 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2, argument
249 GlobalVariable *GV = M1->getNamedGlobal(GlobalName);
290 GlobalValue::AppendingLinkage, M1Init, GlobalName);
293 GV = M2->getNamedGlobal(GlobalName);
301 GlobalValue::AppendingLinkage, M2Init, GlobalName);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h507 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h516 bool parseOptionalComdat(StringRef GlobalName, Comdat *&C);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3977 bool LLParser::parseOptionalComdat(StringRef GlobalName, Comdat *&C) {
3992 if (GlobalName.empty())
3994 C = getComdat(std::string(GlobalName), KwLoc);
5757 /// OptionalCallingConv OptRetAttrs OptUnnamedAddr Type GlobalName

Completed in 278 milliseconds