Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp127 uint64_t DataStart = OS.tell(); in writeParts() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DOnDiskHashTable.h197 uint64_t DataStart = Out.tell(); in Emit() local
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingFile.c281 static uint32_t orderFileWriter(FILE *File, const uint32_t *DataStart) { in orderFileWriter()