Home
last modified time | relevance | path

Searched refs:ReportedDebugFuncs (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp40 NativeCodeMap ReportedDebugFuncs; variable
52 ReportedDebugFuncs[msg->method_id]; in NotifyEvent()
65 ReportedDebugFuncs[msg->method_id].push_back(loc); in NotifyEvent()
81 assert(1 == ReportedDebugFuncs.erase(UnloadId)); in NotifyEvent()
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp117 NativeCodeMap ReportedDebugFuncs; variable
129 ReportedDebugFuncs[msg->method_id]; in NotifyEvent()
142 ReportedDebugFuncs[msg->method_id].push_back(loc); in NotifyEvent()
156 assert(1 == ReportedDebugFuncs.erase(UnloadId)); in NotifyEvent()