Home
last modified time | relevance | path

Searched defs:strip (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/objc/hidden-ivars/
H A DTestHiddenIvars.py73 def common_setup(self, strip): argument
113 def expr(self, strip): argument
166 def frame_var(self, strip): argument
/llvm-project-15.0.7/llvm/docs/
H A DPointerAuth.md95 ##### Syntax:
101 ##### Overview:
107 ##### Arguments:
113 ##### Semantics:
/llvm-project-15.0.7/lldb/examples/scripting/
H A Ddictionary.c23 char *strip(char **word) { in strip() function
/llvm-project-15.0.7/llvm/utils/git/
H A Dpre-push.py84 def shell(cmd, strip=True, cwd=None, stdin=None, die_on_failure=True, argument
/llvm-project-15.0.7/llvm/lib/Support/
H A Dregex2.h135 sop *strip; /* malloced area for strip */ member
H A Dregcomp.c196 sop *strip; /* malloced strip */ member
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCompileCommandsTests.cpp195 static std::string strip(llvm::StringRef Arg, llvm::StringRef Argv) { in strip() function
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompileCommands.cpp552 void ArgStripper::strip(llvm::StringRef Arg) { in strip() function in clang::clangd::ArgStripper
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1307 auto stripMetadata = [&](std::function<bool(Module &)> strip) { in DebugACrash()
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h272 StripPolicy strip; member