Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfiling.h31 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name; macro
H A DInstrProfilingWriter.c295 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) Header.Name = Init; in lprofWriteDataImpl() macro
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h1218 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) const Type Name; macro