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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerBlacklist.cpp24 StringRef GlobalName,
26 return SSCL->inSection(Mask, "global", GlobalName, Category);
23 isBlacklistedGlobal(SanitizerMask Mask, StringRef GlobalName, StringRef Category) const argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizerBlacklist.h33 bool isBlacklistedGlobal(SanitizerMask Mask, StringRef GlobalName,
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp40 llvm::Metadata *GlobalName = nullptr; local
47 GlobalName = llvm::MDString::get(VMContext, Name);
51 llvm::ConstantAsMetadata::get(GV), LocDescr, GlobalName,
H A DCodeGenModule.h942 /// \param GlobalName If provided, the name to use for the global (if one is
946 const char *GlobalName = nullptr);
1440 void EmitCtorList(CtorList &Fns, const char *GlobalName);
H A DCodeGenModule.cpp1166 void CodeGenModule::EmitCtorList(CtorList &Fns, const char *GlobalName) { argument
1193 ctors.finishAndCreateGlobal(GlobalName, getPointerAlign(),
4939 CodeGenModule &CGM, StringRef GlobalName,
4947 M, C->getType(), !CGM.getLangOpts().WritableStrings, LT, C, GlobalName,
5022 const std::string &Str, const char *GlobalName) {
5043 if (!GlobalName)
5044 GlobalName = ".str";
5047 GlobalName, Alignment);
4938 GenerateStringLiteral(llvm::Constant *C, llvm::GlobalValue::LinkageTypes LT, CodeGenModule &CGM, StringRef GlobalName, CharUnits Alignment) argument
5021 GetAddrOfConstantCString( const std::string &Str, const char *GlobalName) argument
/freebsd-12-stable/contrib/llvm-project/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);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h506 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h515 bool parseOptionalComdat(StringRef GlobalName, Comdat *&C);
H A DLLParser.cpp3681 bool LLParser::parseOptionalComdat(StringRef GlobalName, Comdat *&C) {
3696 if (GlobalName.empty())
3698 C = getComdat(GlobalName, KwLoc);
5306 /// OptionalCallingConv OptRetAttrs OptUnnamedAddr Type GlobalName

Completed in 210 milliseconds