Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingPlatformFuchsia.c60 struct lprofVMOWriterCtx { struct
69 struct lprofVMOWriterCtx *Ctx = (struct lprofVMOWriterCtx *)This->WriterCtx; in lprofVMOWriter() argument
101 static void initVMOWriter(ProfDataWriter *This, struct lprofVMOWriterCtx *Ctx) { in initVMOWriter()
152 struct lprofVMOWriterCtx Ctx = {.Vmo = Vmo, .Offset = 0}; in __llvm_profile_initialize()