Home
last modified time | relevance | path

Searched refs:CodeIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp87 getCodeLoadRecord(const Symbol &Sym, std::atomic<uint64_t> &CodeIndex) { in getCodeLoadRecord() argument
100 Record.CodeIndex = CodeIndex++; in getCodeLoadRecord()
215 std::atomic<uint64_t> &CodeIndex, in getRecords() argument
238 Batch.CodeLoadRecords.push_back(getCodeLoadRecord(*Sym, CodeIndex)); in getRecords()
261 RegisterPerfImplAddr(RegisterPerfImplAddr), CodeIndex(0), in PerfSupportPlugin()
273 auto Batch = getRecords(EPC.getExecutionSession(), G, CodeIndex, in modifyPassConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DPerfSharedStructs.h46 uint64_t CodeIndex; member
122 Val.CodeIndex, Val.Name); in size()
128 Val.CodeIndex, Val.Name); in deserialize()
134 Val.CodeIndex, Val.Name); in serialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.h61 std::atomic<uint64_t> CodeIndex; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp90 uint64_t CodeIndex; member
137 << CodeRecord.CodeIndex << "\n"); in writeCodeRecord()
145 CodeRecord.CodeIndex}; in writeCodeRecord()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp148 uint64_t CodeIndex; member
431 rec.CodeIndex = CodeGeneration++; // under lock! in NotifyCode()