Home
last modified time | relevance | path

Searched defs:DataStart (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp128 uint64_t DataStart = OS.tell(); in writeParts() local
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h83 const char *DataStart; global() member
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp448 const RawProfData *DataStart = (const RawProfData *)this->Ctx->DataStart; correlateProfileDataImpl() local
/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h197 uint64_t DataStart = Out.tell(); in Emit() local
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c327 orderFileWriter(FILE * File,const uint32_t * DataStart) orderFileWriter() argument