Home
last modified time | relevance | path

Searched refs:LSM (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Parse/
DParseStmtAsm.cpp97 StringRef LookupInlineAsmLabel(StringRef Identifier, llvm::SourceMgr &LSM, in LookupInlineAsmLabel() argument
100 SourceLocation Loc = translateLocation(LSM, Location); in LookupInlineAsmLabel()
146 SourceLocation translateLocation(const llvm::SourceMgr &LSM, llvm::SMLoc SMLoc) { in translateLocation() argument
151 LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(SMLoc)); in translateLocation()
173 const llvm::SourceMgr &LSM = *D.getSourceMgr(); in handleDiagnostic() local
174 SourceLocation Loc = translateLocation(LSM, D.getLoc()); in handleDiagnostic()
/external/autotest/client/site_tests/security_ptraceRestrictions/
Dcontrol7 PURPOSE = "Verify ptrace restrictions introduced by the Yama LSM"
/external/autotest/client/site_tests/security_HardlinkRestrictions/
Dcontrol7 PURPOSE = "Verify hardlink restrictions introduced by the Yama LSM"
/external/autotest/client/site_tests/security_SymlinkRestrictions/
Dcontrol7 PURPOSE = "Verify symlink restrictions introduced by the Yama LSM"
/external/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp71 mutable llvm::SmallSet<std::pair<const IdentifierInfo *, Selector>, 12> LSM; member in __anon490ad4ed0111::NonLocalizedStringChecker
554 LSM.insert({&Ctx.Idents.get(receiver), Ctx.Selectors.getNullarySelector( \
557 LSM.insert({&Ctx.Idents.get(receiver), \
560 LSM.insert({&Ctx.Idents.get(receiver), \
565 if (!LSM.empty()) in initLocStringsMethods()
885 if (LSM.count(MethodDescription) || isAnnotatedAsLocalized(msg.getDecl())) { in checkPostObjCMessage()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp271 const llvm::SourceMgr &LSM = *D.getSourceMgr(); in ConvertBackendLocation() local
276 LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(D.getLoc())); in ConvertBackendLocation()
/external/ltp/testcases/kernel/security/integrity/ima/
DREADME74 policy, such as an LSM specific one, a reboot is required.
/external/icu/icu4c/source/test/testdata/
DstructLocale.txt915 LSM{
2808 LSM{
/external/strace/
DChangeLog30601 Make -D mode work when the Yama LSM is enabled.