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

  /external/compiler-rt/lib/profile/
InstrProfilingPlatformDarwin.c 21 extern char NamesEnd __asm("section$end$__DATA$__llvm_prf_names");
38 const char *__llvm_profile_names_end(void) { return &NamesEnd; }
InstrProfilingBuffer.c 34 const char *NamesEnd = __llvm_profile_names_end();
39 const uint64_t NamesSize = NamesEnd - NamesBegin;
InstrProfilingFile.c 24 const char *NamesEnd = __llvm_profile_names_end();
29 const uint64_t NamesSize = NamesEnd - NamesBegin;

Completed in 139 milliseconds