Searched defs:strip (Results 1 – 12 of 12) sorted by relevance
/llvm-project/lldb/test/API/lang/objc/hidden-ivars/ |
H A D | TestHiddenIvars.py | 72 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 D | PointerAuth.md | 105 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 D | dictionary.c | 23 char *strip(char **word) { in strip() function
|
/llvm-project/llvm/utils/git/ |
H A D | pre-push.py | 83 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 D | regex2.h | 135 sop *strip; /* malloced area for strip */ member
|
H A D | regcomp.c | 196 sop *strip; /* malloced strip */ member [all...] |
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | CompileCommandsTests.cpp | 212 static std::string strip(llvm::StringRef Arg, llvm::StringRef Argv) { strip() function [all...] |
/llvm-project/lld/wasm/ |
H A D | InputFiles.cpp | 705 StringRef strip(StringRef s) { return s.trim(' '); } strip() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | CompileCommands.cpp | 553 void ArgStripper::strip(llvm::StringRef Arg) { strip() function in clang::clangd::ArgStripper
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 1294 auto stripMetadata = [&](std::function<bool(Module &)> strip) { in DebugACrash() argument
|
/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 133 namespace strip { global() namespace [all...] |
/llvm-project/lld/ELF/ |
H A D | Config.h | 346 StripPolicy strip; global() member
|