HomeSort by: relevance | last modified time | path
    Searched refs:GlobalName (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
NoSanitizeList.cpp 30 bool NoSanitizeList::containsGlobal(SanitizerMask Mask, StringRef GlobalName,
32 return SSCL->inSection(Mask, "global", GlobalName, Category);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
NoSanitizeList.h 37 bool containsGlobal(SanitizerMask Mask, StringRef GlobalName,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
SanitizerMetadata.cpp 41 llvm::Metadata *GlobalName = nullptr;
48 GlobalName = llvm::MDString::get(VMContext, Name);
52 llvm::ConstantAsMetadata::get(GV), LocDescr, GlobalName,
CodeGenModule.h 986 /// \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);
CodeGenModule.cpp 1414 void CodeGenModule::EmitCtorList(CtorList &Fns, const char *GlobalName) {
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);
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
ExtractFunction.cpp 247 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2,
249 GlobalVariable *GV = M1->getNamedGlobal(GlobalName);
290 GlobalValue::AppendingLinkage, M1Init, GlobalName);
293 GV = M2->getNamedGlobal(GlobalName);
301 GlobalValue::AppendingLinkage, M2Init, GlobalName);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalValue.h 507 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h 516 bool parseOptionalComdat(StringRef GlobalName, Comdat *&C);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 3977 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 67 milliseconds