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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.cpp 224 for (StringRef ContextName : ProfilesToBeRemoved) {
225 ProfileMap.erase(ContextName);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 1057 StringRef ContextName = ContextFileEnt->getName();
1061 auto FrameworkPos = ContextName.find(".framework");
1063 (ContextName[FrameworkPos + DotFrameworkLen] != '/' &&
1064 ContextName[FrameworkPos + DotFrameworkLen] != '\\'))
1067 SmallString<1024> FrameworkName(ContextName.data(), ContextName.data() +
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 729 StringRef ContextName = NameOffset.first;
730 SampleContext FContext(ContextName);
739 auto It = OrderedNames.find(ContextName);
741 It->startswith(ContextName.substr(0, ContextName.size() - 1))) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 217 std::string ContextName;
222 ContextName = std::string(CGM.getMangledName(FD));
224 ContextName = std::string(CGM.getBlockMangledName(GlobalDecl(), BD));
226 ContextName = OMD->getSelector().getAsString();
230 ContextName += "." + D.getNameAsString();
231 return ContextName;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 5948 StringRef ContextName, BaseName, Parameters;
5954 std::tie(ContextName, BaseName) = BaseName.split('.');
5956 BaseName = ContextName;
5957 ContextName = StringRef();
5958 } else if (ContextName.empty() || !isValidIdentifier(ContextName)) {
6179 StringRef ContextName, BaseName;
6181 std::tie(ContextName, BaseName) = Name.split('.');
6183 BaseName = ContextName;
6184 ContextName = StringRef()
    [all...]

Completed in 28 milliseconds