Searched refs:inSectionCategory (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSpecialCaseList.cpp174 inSectionCategory("fun", F.getName(), Category);
191 inSectionCategory("global", G.getName(), Category) ||
192 inSectionCategory("type", GetGlobalTypeString(G), Category);
201 return inSectionCategory("fun", GA.getName(), Category);
203 return inSectionCategory("global", GA.getName(), Category) ||
204 inSectionCategory("type", GetGlobalTypeString(GA), Category);
208 return inSectionCategory("src", M.getModuleIdentifier(), Category);
211 bool SpecialCaseList::inSectionCategory(const StringRef Section, function in class:llvm::SpecialCaseList
/freebsd-10.2-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DSpecialCaseList.h106 bool inSectionCategory(const StringRef Section, const StringRef Query,

Completed in 52 milliseconds