HomeSort by relevance Sort by last modified time
    Searched defs:Keep (Results 1 - 25 of 25) sorted by null

  /external/jarjar/src/main/com/tonicsystems/jarjar/
Keep.java 19 public class Keep extends PatternElement
  /external/proguard/examples/annotations/src/proguard/annotation/
Keep.java 18 public @interface Keep {}
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
35 /// Keep - The flag which indicates whether we should not delete the file.
36 bool Keep;
55 /// keep - Indicate that the tool's job wrt this output file has been
57 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
58 void keep() { Installer.Keep = true; } function in class:llvm::ToolOutputFile
  /external/pdfium/third_party/lcms/src/
cmsmd5.c 268 _cmsICCPROFILE Keep;
275 memmove(&Keep, Icc, sizeof(_cmsICCPROFILE));
303 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE));
314 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE));
cmsio0.c 38 // NULL IOhandler basically does nothing but keep track on how many bytes have been
420 // Keep track of the original file
    [all...]
  /external/proguard/examples/annotations/lib/
annotations.jar 
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 269 bool Keep = KeepRegs.test(Reg);
279 if (!Keep)
432 // Keep a map of the MachineInstr*'s back to the SUnit representing them.
487 // trying to break. To avoid this, keep track of the most recent
  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.h 42 Keep,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
LTO.h 296 std::vector<GlobalValue *> Keep;
321 /// Keep track if the symbol is visible outside of a module with a summary
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 286 bool Keep = KeepRegs.test(Reg);
296 if (!Keep)
447 // Keep a map of the MachineInstr*'s back to the SUnit representing them.
502 // trying to break. To avoid this, keep track of the most recent
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
CompileUnit.h 68 bool Keep : 1;
159 /// Keep track of a forward reference to DIE \p Die in \p RefUnit by \p
177 /// Keep track of a DW_AT_range attribute that we will need to patch up later.
180 /// Keep track of a location attribute pointing to a location list in the
  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
QemuBootOrderLib.c     [all...]
  /external/llvm/include/llvm/Analysis/
RegionInfoImpl.h 401 std::vector<std::unique_ptr<RegionT>> Keep;
407 Keep.push_back(std::move(*I));
413 std::move_iterator<typename RegionSet::iterator>(Keep.begin()),
414 std::move_iterator<typename RegionSet::iterator>(Keep.end()));
  /external/swiftshader/third_party/LLVM/lib/Analysis/
RegionInfo.cpp 352 std::vector<Region*> Keep;
358 Keep.push_back(*I);
361 children.insert(children.begin(), Keep.begin(), Keep.end());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
RegionInfoImpl.h 420 std::vector<std::unique_ptr<RegionT>> Keep;
426 Keep.push_back(std::move(R));
432 std::move_iterator<typename RegionSet::iterator>(Keep.begin()),
433 std::move_iterator<typename RegionSet::iterator>(Keep.end()));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
LTO.cpp 292 // We need to emit only one of these. The prevailing module will keep it,
604 Mod.Keep.push_back(&GV);
643 Mod.Keep.push_back(GV);
663 Mod.Keep.push_back(GV);
696 std::vector<GlobalValue *> Keep;
697 for (GlobalValue *GV : Mod.Keep) {
702 Keep.push_back(GV);
713 Keep.push_back(GV);
716 return RegularLTO.Mover->move(std::move(Mod.M), Keep,
812 StatsFile->keep();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
llvm-objcopy.cpp 128 std::vector<StringRef> Keep;
201 // Short of keeping the string table we want to keep everything that is a DWO
244 // should keep regardless of a remove. Additionally any removal should respect
391 // Explicitly keep these sections regardless of previous removes.
399 // Keep special sections.
411 if (!Config.Keep.empty()) {
413 // Explicitly keep these sections regardless of previous removes.
414 if (find(Config.Keep, Sec.Name) != Config.Keep.end())
422 // If the option --keep-symbol has been specifie
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCMIPeephole.cpp 192 // This function maintains a map for the pairs <TOC Save Instr, Keep>
201 bool Keep = true;
210 Keep = false;
215 TOCSaves[MI] = Keep;
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 509 // Keep track of the first handle for each file descriptor, since there are
692 StringSet<> &Internalize, std::vector<GlobalValue *> &Keep,
716 Keep.push_back(GV);
793 Keep.push_back(GV);
802 Keep.push_back(GV);
803 // There is a non IR use, so we have to force optimizations to keep this.
817 Keep.push_back(GV);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 193 bool Keep : 1; ///< Is the DIE part of the linked output?
271 /// \brief Keep track of a forward reference to DIE \p Die in \p
285 /// \brief Keep track of a DW_AT_range attribute that we will need to
289 /// \brief Keep track of a location attribute pointing to a location
396 I.Keep = !I.Prune;
409 /// \brief Keep track of a forward cross-cu reference from this unit
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 772 Keep,
  /external/guice/lib/build/
jarjar-1.1.jar 
  /external/testng/lib-supplied/
jarjar-issue-21.jar 

Completed in 2216 milliseconds