Lines Matching defs:GUID
90 // Emit the GUID of the split function that the sentinel probe represents.
109 // Probe: GUID of C, ...
136 // Make an edge by using the previous probe id and current GUID.
155 // Emit probes grouped by GUID.
158 dbgs() << "GUID: " << Guid << "\n";
230 // Emit probes grouped by GUID.
273 uint64_t GUID) {
274 auto It = GUID2FuncMAP.find(GUID);
276 "Probe function must exist for a valid GUID");
281 OS << "GUID: " << FuncGUID << " Name: " << FuncName << "\n";
382 // .quad -5182264717993193164 // GUID
396 // GUID
417 uint64_t GUID =
427 GUID, Hash, IsMMapped ? Name : Name.copy(FuncNameAllocator));
498 // For sentinel probe, the addr field actually stores the GUID of the
717 MCPseudoProbeDecoder::getFuncDescForGUID(uint64_t GUID) const {
718 auto It = GUID2FuncDescMap.find(GUID);