Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfiling.h24 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp913 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() macro
927 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h1123 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; macro