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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerBlacklist.cpp31 StringRef GlobalName,
33 return SSCL->inSection(Mask, "global", GlobalName, Category);
30 isBlacklistedGlobal(SanitizerMask Mask, StringRef GlobalName, StringRef Category) const argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizerBlacklist.h36 bool isBlacklistedGlobal(SanitizerMask Mask, StringRef GlobalName,
/freebsd-13-stable/contrib/llvm-project/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.h959 /// \param GlobalName If provided, the name to use for the global (if one is
963 const char *GlobalName = nullptr);
1479 void EmitCtorList(CtorList &Fns, const char *GlobalName);
H A DCodeGenModule.cpp1220 void CodeGenModule::EmitCtorList(CtorList &Fns, const char *GlobalName) { argument
1247 ctors.finishAndCreateGlobal(GlobalName, getPointerAlign(),
4994 CodeGenModule &CGM, StringRef GlobalName,
5002 M, C->getType(), !CGM.getLangOpts().WritableStrings, LT, C, GlobalName,
5077 const std::string &Str, const char *GlobalName) {
5098 if (!GlobalName)
5099 GlobalName = ".str";
5102 GlobalName, Alignment);
4993 GenerateStringLiteral(llvm::Constant *C, llvm::GlobalValue::LinkageTypes LT, CodeGenModule &CGM, StringRef GlobalName, CharUnits Alignment) argument
5076 GetAddrOfConstantCString( const std::string &Str, const char *GlobalName) argument
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h507 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h517 bool parseOptionalComdat(StringRef GlobalName, Comdat *&C);
H A DLLParser.cpp3768 bool LLParser::parseOptionalComdat(StringRef GlobalName, Comdat *&C) {
3783 if (GlobalName.empty())
3785 C = getComdat(std::string(GlobalName), KwLoc);
5425 /// OptionalCallingConv OptRetAttrs OptUnnamedAddr Type GlobalName

Completed in 94 milliseconds