Home
last modified time | relevance | path

Searched defs:LLVMType (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfiling.h24 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp336 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() argument
350 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() argument
/external/llvm/include/llvm/ProfileData/
DInstrProf.h549 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument
576 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp917 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in addFunctionMappingRecord() argument
926 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in addFunctionMappingRecord() argument