Home
last modified time | relevance | path

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

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