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

  /external/compiler-rt/lib/profile/
InstrProfilingBuffer.c 15 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
23 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd);
36 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd,
43 (__llvm_profile_get_data_size(DataBegin, DataEnd) *
53 char *Buffer, const __llvm_profile_data *DataBegin,
56 return lprofWriteDataImpl(lprofBufferWriter, Buffer, DataBegin, DataEnd,
InstrProfiling.c 46 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
49 for (DI = DataBegin; DI < DataEnd; ++DI) {
InstrProfilingWriter.c 206 const __llvm_profile_data *DataBegin,
216 for (DI = DataBegin; DI < DataEnd; DI++) {
232 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data();
238 return lprofWriteDataImpl(Writer, WriterCtx, DataBegin, DataEnd,
245 const __llvm_profile_data *DataBegin,
252 const uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd);
272 {DataBegin, sizeof(__llvm_profile_data), DataSize},
279 return writeValueProfData(Writer, WriterCtx, VPDataReader, DataBegin,
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 185 const char *DataBegin; // Defaults to "$d."
388 const char *getDataBeginLabelName() const { return DataBegin; }

Completed in 212 milliseconds