Home
last modified time | relevance | path

Searched refs:DataBegin (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingBuffer.c15 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_get_size_for_buffer() local
23 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd); in __llvm_profile_get_size_for_buffer()
36 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, in __llvm_profile_get_size_for_buffer_internal() argument
43 (__llvm_profile_get_data_size(DataBegin, DataEnd) * in __llvm_profile_get_size_for_buffer_internal()
53 char *Buffer, const __llvm_profile_data *DataBegin, in __llvm_profile_write_buffer_internal() argument
56 return lprofWriteDataImpl(lprofBufferWriter, Buffer, DataBegin, DataEnd, in __llvm_profile_write_buffer_internal()
DInstrProfilingWriter.c206 const __llvm_profile_data *DataBegin, in writeValueProfData() argument
216 for (DI = DataBegin; DI < DataEnd; DI++) { in writeValueProfData()
232 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in lprofWriteData() local
238 return lprofWriteDataImpl(Writer, WriterCtx, DataBegin, DataEnd, in lprofWriteData()
245 const __llvm_profile_data *DataBegin, in lprofWriteDataImpl() argument
252 const uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd); in lprofWriteDataImpl()
272 {DataBegin, sizeof(__llvm_profile_data), DataSize}, in lprofWriteDataImpl()
279 return writeValueProfData(Writer, WriterCtx, VPDataReader, DataBegin, in lprofWriteDataImpl()
DInstrProfilingInternal.h23 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd,
37 char *Buffer, const __llvm_profile_data *DataBegin,
139 const __llvm_profile_data *DataBegin,
DInstrProfiling.c46 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_reset_counters() local
49 for (DI = DataBegin; DI < DataEnd; ++DI) { in __llvm_profile_reset_counters()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmInfoDarwin.cpp46 DataBegin = "L$start$data$"; in MCAsmInfoDarwin()
DMCAsmInfo.cpp60 DataBegin = "$d."; in MCAsmInfo()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h185 const char *DataBegin; // Defaults to "$d." variable
388 const char *getDataBeginLabelName() const { return DataBegin; } in getDataBeginLabelName()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2044 MCSymbol *DataBegin = MMI->getContext().createTempSymbol(), in emitDebugInfoForGlobal() local
2047 OS.emitAbsoluteSymbolDiff(DataEnd, DataBegin, 2); in emitDebugInfoForGlobal()
2048 OS.EmitLabel(DataBegin); in emitDebugInfoForGlobal()