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

  /external/v8/build/config/mac/
sdk_info.py 16 def FormatVersion(version):
26 settings['xcode_version'] = FormatVersion(lines[0].split()[-1])
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h 32 static const char FormatVersion = 'A';
33 static const size_t FormatVersionFieldSize = sizeof(FormatVersion); // a byte
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 237 unsigned FormatVersion;
244 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
245 : HashType(HashType), FormatVersion(FormatVersion),
307 uint64_t FormatVersion;
326 uint64_t getVersion() const override { return FormatVersion; }
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 67 if (attribute_data[0] != FormatVersion) {
143 buffer[0] = FormatVersion;
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 478 // Initialize number of counters for FormatVersion == 1.
481 if (FormatVersion != 1) {
498 if (FormatVersion > 2 && !readValueProfilingData(D, End)) {
539 FormatVersion = Version;
574 uint64_t FormatVersion = endian::byte_swap<uint64_t, little>(Header->Version);
575 if (FormatVersion > IndexedInstrProf::Version)
593 Start + HashOffset, Cur, Start, HashType, FormatVersion);

Completed in 139 milliseconds