/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | Debugify.cpp | 212 bool Strip, DebugifyStatsMap *StatsMap) { in checkDebugifyMetadata() argument 298 if (Strip) { in checkDebugifyMetadata() 347 "CheckModuleDebugify", Strip, StatsMap); in runOnModule() 350 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() 352 : ModulePass(ID), Strip(Strip), NameOfWrappedPass(NameOfWrappedPass), in CheckDebugifyModulePass() 362 bool Strip; member 375 Strip, StatsMap); in runOnFunction() 378 CheckDebugifyFunctionPass(bool Strip = false, in CheckDebugifyFunctionPass() 381 : FunctionPass(ID), Strip(Strip), NameOfWrappedPass(NameOfWrappedPass), in CheckDebugifyFunctionPass() 391 bool Strip; member [all …]
|
D | Debugify.h | 61 createCheckDebugifyModulePass(bool Strip = false, 66 createCheckDebugifyFunctionPass(bool Strip = false,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-nm/X86/ |
D | dyldinfo.test | 1 # RUN: llvm-nm %p/Inputs/Strip-ST.dylib.macho-x86_64 | FileCheck --check-prefix=DEFAULT %s 2 # RUN: llvm-nm -no-dyldinfo %p/Inputs/Strip-ST.dylib.macho-x86_64 | FileCheck --check-prefix=NO-DYL… 3 # RUN: llvm-nm -dyldinfo-only %p/Inputs/Strip-ST.dylib.macho-x86_64 | FileCheck --check-prefix=DYLD… 4 # RUN: llvm-nm %p/Inputs/Strip-N.hello.exe.macho-x86_64 | FileCheck --check-prefix=FUNC-STARTS %s 5 # RUN: llvm-nm %p/Inputs/Strip-N.LC_MAIN.exe.macho-x86_64 | FileCheck --check-prefix=LC-MAIN %s
|
/external/swiftshader/third_party/LLVM/tools/llvm-ld/ |
D | Optimize.cpp | 53 static cl::opt<bool> Strip("strip-all", variable 57 cl::aliasopt(Strip)); 99 if (Strip || StripDebug) in Optimize() 100 addPass(Passes, createStripSymbolsPass(StripDebug && !Strip)); in Optimize()
|
/external/v8/tools/release/ |
D | git_recipes.py | 81 def Strip(f): function 104 @Strip 157 @Strip 164 @Strip 262 @Strip
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 1432 std::pair<int,unsigned> Strip = findStrip(SM.Mask, 1, VecLen); in contracting() local 1437 if (Strip.second != 1 && Strip.second != 2) in contracting() 1453 int NextInMask = SM.Mask[Strip.second]; in contracting() 1460 if (Strip.first == 0 && Strip.second == 1 && NextInMask == 4) { in contracting() 1482 int L = Strip.second; in contracting() 1484 if (Strip.first != 0 && Strip.first != L) in contracting() 1491 if (S.first - Strip.first != 2*I) in contracting() 1500 assert(Strip.first == 0 || Strip.first == L); in contracting() 1503 Res.Opc = Strip.second == 1 // Number of bytes. in contracting() 1504 ? (Strip.first == 0 ? V6_vpackeb : V6_vpackob) in contracting() [all …]
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | Strip.java | 41 public class Strip { class 48 Strip s = new Strip(args); in main() 53 public Strip(String[] args) { this.args = args; } in Strip() method in Strip
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_StringStrip.pbtxt | 4 name: "strings.Strip"
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-09-23.data | 1 # Strip
|
/external/llvm/test/YAMLParser/ |
D | spec-09-23.test | 3 # Strip
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | spec-09-23.test | 3 # Strip
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_StringStrip.pbtxt | 15 summary: "Strip leading and trailing whitespaces from the Tensor."
|
/external/curl/tests/data/ |
D | test1120 | 32 # Strip all valid kinds of PORT and EPRT that curl can send
|
D | test119 | 35 # Strip all valid kinds of PORT and EPRT that curl can send
|
D | test145 | 36 # Strip all valid kinds of PORT and EPRT that curl can send
|
D | test103 | 36 # Strip all valid kinds of PORT and EPRT that curl can send
|
D | test144 | 34 # Strip all valid kinds of PORT and EPRT that curl can send
|
D | test525 | 39 # Strip all valid kinds of PORT and EPRT that curl can send
|
D | test108 | 34 # Strip all valid kinds of PORT and EPRT that curl can send
|
D | test146 | 32 # Strip all valid kinds of PORT and EPRT that curl can send
|
D | test116 | 41 # Strip the port number but leave the rest
|
D | test147 | 34 # Strip all valid kinds of PORT and EPRT that curl can send
|
D | test149 | 30 # Strip all valid kinds of PORT and EPRT that curl can send
|
D | test531 | 42 # Strip all valid kinds of PORT and EPRT that curl can send
|
/external/iptables/extensions/ |
D | libxt_TCPOPTSTRIP.man | 5 Strip the given option(s). The options may be specified by TCP option number or
|