Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfiling.h29 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name; macro
H A DInstrProfilingWriter.c162 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) Header.Name = Init; in llvmWriteProfDataImpl() macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h1132 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) const Type Name; macro