Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp88 getCodeLoadRecord(const Symbol &Sym, std::atomic<uint64_t> &CodeIndex) { in getCodeLoadRecord() argument
101 Record.CodeIndex = CodeIndex++; in getCodeLoadRecord()
216 std::atomic<uint64_t> &CodeIndex, in getRecords() argument
239 Batch.CodeLoadRecords.push_back(getCodeLoadRecord(*Sym, CodeIndex)); in getRecords()
262 RegisterPerfImplAddr(RegisterPerfImplAddr), CodeIndex(0), in PerfSupportPlugin()
274 auto Batch = getRecords(EPC.getExecutionSession(), G, CodeIndex, in modifyPassConfig()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.h60 std::atomic<uint64_t> CodeIndex; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp91 uint64_t CodeIndex; member
138 << CodeRecord.CodeIndex << "\n"); in writeCodeRecord()
146 CodeRecord.CodeIndex}; in writeCodeRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp144 uint64_t CodeIndex; member
428 rec.CodeIndex = CodeGeneration++; // under lock! in NotifyCode()