/external/compiler-rt/lib/profile/ |
D | InstrProfiling.h | 26 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument 37 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) Type Name; argument
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 389 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() argument 403 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() argument 463 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() argument
|
/external/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 503 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 532 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 559 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Type Name; argument
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 965 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in addFunctionMappingRecord() argument 974 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in addFunctionMappingRecord() argument 1050 #define COVMAP_HEADER(Type, LLVMType, Name, Init) LLVMType, in emit() argument 1056 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Init, in emit() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 764 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() argument 778 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() argument 838 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 690 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 722 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 752 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Type Name; argument
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 916 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 1025 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument
|