Searched refs:DataBegin (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingBuffer.c | 15 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()
|
D | InstrProfilingWriter.c | 206 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()
|
D | InstrProfilingInternal.h | 23 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, 37 char *Buffer, const __llvm_profile_data *DataBegin, 139 const __llvm_profile_data *DataBegin,
|
D | InstrProfiling.c | 46 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/include/llvm/MC/ |
D | MCAsmInfo.h | 185 const char *DataBegin; // Defaults to "$d." variable 388 const char *getDataBeginLabelName() const { return DataBegin; } in getDataBeginLabelName()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCAsmInfoDarwin.cpp | 46 DataBegin = "L$start$data$"; in MCAsmInfoDarwin()
|
D | MCAsmInfo.cpp | 60 DataBegin = "$d."; in MCAsmInfo()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 2044 MCSymbol *DataBegin = MMI->getContext().createTempSymbol(), in emitDebugInfoForGlobal() local 2047 OS.emitAbsoluteSymbolDiff(DataEnd, DataBegin, 2); in emitDebugInfoForGlobal() 2048 OS.EmitLabel(DataBegin); in emitDebugInfoForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 2755 MCSymbol *DataBegin = MMI->getContext().createTempSymbol(), in emitDebugInfoForGlobal() local 2759 OS.emitAbsoluteSymbolDiff(DataEnd, DataBegin, 2); in emitDebugInfoForGlobal() 2760 OS.EmitLabel(DataBegin); in emitDebugInfoForGlobal()
|