Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h53 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1538 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateVTableProfData() macro
1554 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateVTableProfData() macro
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1275 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Init) Type Name; macro