HomeSort by relevance Sort by last modified time
    Searched refs:inSectionCategory (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
SpecialCaseList.h 98 bool inSectionCategory(const StringRef Section, const StringRef Query,
  /external/llvm/lib/Transforms/Utils/
SpecialCaseList.cpp 160 inSectionCategory("fun", F.getName(), Category);
184 inSectionCategory("global", G.getName(), Category) ||
185 inSectionCategory("type", GetGVTypeString(G), Category);
193 return inSectionCategory("src", M.getModuleIdentifier(), Category);
214 bool SpecialCaseList::inSectionCategory(const StringRef Section,

Completed in 2308 milliseconds