Searched defs:inSection (Results 1 - 4 of 4) sorted by path

/external/llvm/lib/Transforms/Instrumentation/
H A DBlackList.cpp81 return isIn(*F.getParent()) || inSection("fun", F.getName());
85 return isIn(*G.getParent()) || inSection("global", G.getName());
89 return inSection("src", M.getModuleIdentifier());
93 return isIn(*G.getParent()) || inSection("global-init", G.getName());
96 bool BlackList::inSection(const StringRef Section, function in class:llvm::BlackList
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/
H A Dshell.js47 function inSection(x) function
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/
H A Dshell.js47 function inSection(x) function
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/
H A Dshell.js67 function inSection(x) function

Completed in 343 milliseconds