Lines Matching defs:GUID
87 // Emit the GUID of the split function that the sentinel probe represents.
106 // Probe: GUID of C, ...
133 // Make an edge by using the previous probe id and current GUID.
152 // Emit probes grouped by GUID.
155 dbgs() << "GUID: " << Guid << "\n";
227 // Emit probes grouped by GUID.
270 uint64_t GUID) {
271 auto It = GUID2FuncMAP.find(GUID);
273 "Probe function must exist for a valid GUID");
278 OS << "GUID: " << FuncGUID << " Name: " << FuncName << "\n";
378 // .quad -5182264717993193164 // GUID
408 uint64_t GUID = std::move(*ErrorOrGUID);
413 GUID2FuncDescMap.emplace(GUID, MCPseudoProbeFuncDesc(GUID, Hash, Name));
496 // For sentinel probe, the addr field actually stores the GUID of the
611 MCPseudoProbeDecoder::getFuncDescForGUID(uint64_t GUID) const {
612 auto It = GUID2FuncDescMap.find(GUID);