Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/lang/objc/hidden-ivars/
H A DTestHiddenIvars.py72 def common_setup(self, strip): argument
114 def expr(self, strip): argument
175 def frame_var(self, strip): argument
/llvm-project/llvm/docs/
H A DPointerAuth.md105 declare i64 @llvm.ptrauth.strip(i64 <value>, i32 <key>) argument
99 Syntax:Pointer Authentication""LLVM IR Representation""Intrinsics""'`llvm.ptrauth.strip`' global() argument
111 Arguments:Pointer Authentication""LLVM IR Representation""Intrinsics""'`llvm.ptrauth.strip`' global() argument
117 Semantics:Pointer Authentication""LLVM IR Representation""Intrinsics""'`llvm.ptrauth.strip`' global() argument
/llvm-project/lldb/examples/scripting/
H A Ddictionary.c23 char *strip(char **word) { in strip() function
/llvm-project/llvm/utils/git/
H A Dpre-push.py83 shell( cmd, strip=True, cwd=None, stdin=None, die_on_failure=True, ignore_errors=False, text=True, print_raw_stderr=False, ) global() argument
/llvm-project/llvm/lib/Support/
H A Dregex2.h135 sop *strip; /* malloced area for strip */ member
H A Dregcomp.c196 sop *strip; /* malloced strip */ member
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DCompileCommandsTests.cpp212 static std::string strip(llvm::StringRef Arg, llvm::StringRef Argv) { strip() function
[all...]
/llvm-project/lld/wasm/
H A DInputFiles.cpp705 StringRef strip(StringRef s) { return s.trim(' '); } strip() function
/llvm-project/clang-tools-extra/clangd/
H A DCompileCommands.cpp553 void ArgStripper::strip(llvm::StringRef Arg) { strip() function in clang::clangd::ArgStripper
/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1294 auto stripMetadata = [&](std::function<bool(Module &)> strip) { in DebugACrash() argument
/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp133 namespace strip { global() namespace
[all...]
/llvm-project/lld/ELF/
H A DConfig.h346 StripPolicy strip; global() member