HomeSort by relevance Sort by last modified time
    Searched refs:Coff (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/ObjectYAML/
ObjectYAML.h 23 std::unique_ptr<COFFYAML::Object> Coff;
  /external/llvm/lib/ObjectYAML/
ObjectYAML.cpp 25 if (ObjectFile.Coff)
26 MappingTraits<COFFYAML::Object>::mapping(IO, *ObjectFile.Coff);
36 } else if (IO.mapTag("!COFF")) {
37 ObjectFile.Coff.reset(new COFFYAML::Object());
38 MappingTraits<COFFYAML::Object>::mapping(IO, *ObjectFile.Coff);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
ObjectYAML.h 24 std::unique_ptr<COFFYAML::Object> Coff;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
ObjectYAML.h 24 std::unique_ptr<COFFYAML::Object> Coff;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
ObjectYAML.h 24 std::unique_ptr<COFFYAML::Object> Coff;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
ObjectYAML.h 27 std::unique_ptr<COFFYAML::Object> Coff;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
ObjectYAML.h 27 std::unique_ptr<COFFYAML::Object> Coff;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
ObjectYAML.h 27 std::unique_ptr<COFFYAML::Object> Coff;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
ObjectYAML.h 27 std::unique_ptr<COFFYAML::Object> Coff;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
ObjectYAML.h 24 std::unique_ptr<COFFYAML::Object> Coff;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
ObjectYAML.h 24 std::unique_ptr<COFFYAML::Object> Coff;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
ObjectYAML.h 24 std::unique_ptr<COFFYAML::Object> Coff;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
ObjectYAML.h 27 std::unique_ptr<COFFYAML::Object> Coff;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
ObjectYAML.h 27 std::unique_ptr<COFFYAML::Object> Coff;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
ObjectYAML.h 27 std::unique_ptr<COFFYAML::Object> Coff;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
ObjectYAML.h 27 std::unique_ptr<COFFYAML::Object> Coff;
  /external/llvm/tools/yaml2obj/
yaml2obj.cpp 56 if (Doc.Coff)
57 return yaml2coff(*Doc.Coff, Out);
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha256-586.pl 105 $Coff=&DWP(12,"esp");
266 &mov ($Coff,"ecx");
298 # &mov ("edi",$Coff);
    [all...]
sha512-armv4.pl 95 $Coff=8*2;
159 ldr $t3,[sp,#$Coff+0] @ c.lo
185 ldr $t2,[sp,#$Coff+4] @ c.hi
324 ldr $t0, [$ctx,#$Coff+$lo]
325 ldr $t1, [$ctx,#$Coff+$hi]
330 str $t0, [sp,#$Coff+0]
331 str $t1, [sp,#$Coff+4]
441 ldr $Alo,[sp,#$Coff+0]
442 ldr $Ahi,[sp,#$Coff+4]
445 ldr $t0, [$ctx,#$Coff+$lo
    [all...]

Completed in 1375 milliseconds