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

  /external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c 16 DataStart __asm("section$start$__DATA$" INSTR_PROF_DATA_SECT_NAME_STR);
34 return &DataStart;
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 182 uint64_t DataStart = Out.tell();
185 assert(offset_type(DataStart - KeyStart) == Len.first &&
187 assert(offset_type(End - DataStart) == Len.second &&

Completed in 639 milliseconds