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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
COFF.h 38 RelocationSize = 10
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 96 static size_t size() { return COFF::RelocationSize; }
956 offset += COFF::RelocationSize;
959 offset += COFF::RelocationSize * Sec->Relocations.size();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
WinCOFFObjectWriter.cpp 108 static size_t size() { return COFF::RelocationSize; }
939 Offset += COFF::RelocationSize;
942 Offset += COFF::RelocationSize * Sec->Relocations.size();
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 52 RelocationSize = 10
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
COFF.h 63 RelocationSize = 10
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
COFF.h 57 RelocationSize = 10
  /external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFObjectWriter.cpp 89 static size_t size() { return COFF::RelocationSize; }
810 offset += COFF::RelocationSize * Sec->Relocations.size();
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 197 S.Header.NumberOfRelocations * COFF::RelocationSize;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WindowsResource.cpp 403 Data.size() * COFF::RelocationSize; // one relocation for each resource.
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2coff.cpp 258 S.Header.NumberOfRelocations * COFF::RelocationSize;

Completed in 399 milliseconds