Searched defs:LLVMType (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfiling.h | 24 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 336 #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/ |
D | InstrProf.h | 549 #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/ |
D | CoverageMappingGen.cpp | 917 #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
|