/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | GUID.h | 21 struct GUID { struct 25 inline bool operator==(const GUID &LHS, const GUID &RHS) { argument 29 inline bool operator<(const GUID &LHS, const GUID &RHS) { 33 inline bool operator<=(const GUID &LHS, const GUID &RHS) { 37 inline bool operator>(const GUID &LHS, const GUID &RHS) { 41 inline bool operator>=(const GUID &LHS, const GUID &RHS) { 45 inline bool operator!=(const GUID &LHS, const GUID &RHS) { 49 raw_ostream &operator<<(raw_ostream &OS, const GUID &Guid);
|
H A D | Formatters.h | 25 struct GUID; 65 template <> struct format_provider<codeview::GUID> { 66 static void format(const codeview::GUID &V, llvm::raw_ostream &Stream,
|
/freebsd-src/sys/contrib/edk2/Include/Library/ |
H A D | PcdLib.h | 1217 IN CONST GUID *Guid, 1239 IN CONST GUID *Guid, 1258 IN CONST GUID *Guid, 1280 IN CONST GUID *Guid, 1302 IN CONST GUID *Guid, 1324 IN CONST GUID *Guid, 1346 IN CONST GUID *Guid, 1502 IN CONST GUID *Guid, 1527 IN CONST GUID *Guid, 1552 IN CONST GUID *Guid, [all …]
|
H A D | BaseMemoryLib.h | 380 GUID * 383 OUT GUID *DestinationGuid, 384 IN CONST GUID *SourceGuid 406 IN CONST GUID *Guid1, 407 IN CONST GUID *Guid2 437 IN CONST GUID *Guid 457 IN CONST GUID *Guid
|
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 134 // Populate map of GUID to the prevailing copy for any multiply defined 139 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) { in computePrevailingCopies() 298 DenseSet<GlobalValue::GUID> &PreservedGUID) { in addUsedSymbolToPreservedGUID() 305 // Convert the PreservedSymbols map from "Name" based to "GUID" based. in computeGUIDPreservedSymbols() 309 DenseSet<GlobalValue::GUID> &GUIDs) { in computeGUIDPreservedSymbols() 311 // compute the GUID for the symbol. in computeGUIDPreservedSymbols() 319 static DenseSet<GlobalValue::GUID> in computeGUIDPreservedSymbols() 323 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() 366 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() 437 const DenseSet<GlobalValue::GUID> in ProcessThinLTOModule() 138 computePrevailingCopies(const ModuleSummaryIndex & Index,DenseMap<GlobalValue::GUID,const GlobalValueSummary * > & PrevailingCopy) computePrevailingCopies() argument 365 ModuleCacheEntry(StringRef CachePath,const ModuleSummaryIndex & Index,StringRef ModuleID,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,const GVSummaryMapTy & DefinedGVSummaries,unsigned OptLevel,bool Freestanding,const TargetMachineBuilder & TMBuilder) ModuleCacheEntry() argument 513 resolvePrevailingInIndex(ModuleSummaryIndex & Index,StringMap<std::map<GlobalValue::GUID,GlobalValue::LinkageTypes>> & ResolvedODR,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols,const DenseMap<GlobalValue::GUID,const GlobalValueSummary * > & PrevailingCopy) resolvePrevailingInIndex() argument 516 resolvePrevailingInIndex(ModuleSummaryIndex & Index,StringMap<std::map<GlobalValue::GUID,GlobalValue::LinkageTypes>> & ResolvedODR,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols,const DenseMap<GlobalValue::GUID,const GlobalValueSummary * > & PrevailingCopy) resolvePrevailingInIndex() argument 519 __anonbd4744640c02(GlobalValue::GUID GUID, const GlobalValueSummary *S) resolvePrevailingInIndex() argument 529 __anonbd4744640d02(StringRef ModuleIdentifier, GlobalValue::GUID GUID, GlobalValue::LinkageTypes NewLinkage) resolvePrevailingInIndex() argument 1076 for (auto GUID : ExportedGUIDs) run() local [all...] |
H A D | LTO.cpp | 96 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() 98 const std::set<GlobalValue::GUID> &CfiFunctionDefs, in computeLTOCacheKey() 99 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeLTOCacheKey() 174 for (auto GUID : ExportsGUID) in computeLTOCacheKey() 175 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&GUID, sizeof(GUID))); in computeLTOCacheKey() 217 for (auto &[GUID, Type] : ImportedGUIDs) { in computeLTOCacheKey() 218 AddUint64(GUID); in computeLTOCacheKey() 226 sizeof(GlobalValue::GUID))); in computeLTOCacheKey() 233 std::set<GlobalValue::GUID> UsedCfiDef in computeLTOCacheKey() 93 computeLTOCacheKey(SmallString<40> & Key,const Config & Conf,const ModuleSummaryIndex & Index,StringRef ModuleID,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,const GVSummaryMapTy & DefinedGlobals,const std::set<GlobalValue::GUID> & CfiFunctionDefs,const std::set<GlobalValue::GUID> & CfiFunctionDecls) computeLTOCacheKey() argument 162 auto GUID = VI.getGUID(); computeLTOCacheKey() local 168 for (uint64_t GUID : ExportsGUID) { computeLTOCacheKey() local 352 thinLTOResolvePrevailingGUID(const Config & C,ValueInfo VI,DenseSet<GlobalValueSummary * > & GlobalInvolvedWithAlias,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,function_ref<void (StringRef,GlobalValue::GUID,GlobalValue::LinkageTypes)> recordNewLinkage,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols) thinLTOResolvePrevailingGUID() argument 428 thinLTOResolvePrevailingInIndex(const Config & C,ModuleSummaryIndex & Index,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,function_ref<void (StringRef,GlobalValue::GUID,GlobalValue::LinkageTypes)> recordNewLinkage,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols) thinLTOResolvePrevailingInIndex() argument 450 thinLTOInternalizeAndPromoteGUID(ValueInfo VI,function_ref<bool (StringRef,ValueInfo)> isExported,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing) thinLTOInternalizeAndPromoteGUID() argument 530 thinLTOInternalizeAndPromoteInIndex(ModuleSummaryIndex & Index,function_ref<bool (StringRef,ValueInfo)> isExported,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing) thinLTOInternalizeAndPromoteInIndex() argument 1005 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( addThinLTO() local 1014 __anond972c54f0b02(GlobalValue::GUID GUID) addThinLTO() argument 1026 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( addThinLTO() local 1136 GlobalValue::GUID GUID = GlobalValue::getGUID( run() local 1447 runThinLTOBackendThread(AddStreamFn AddStream,FileCache Cache,unsigned Task,BitcodeModule BM,ModuleSummaryIndex & CombinedIndex,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,const GVSummaryMapTy & DefinedGlobals,MapVector<StringRef,BitcodeModule> & ModuleMap) runThinLTOBackendThread() argument 1493 start(unsigned Task,BitcodeModule BM,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,MapVector<StringRef,BitcodeModule> & ModuleMap) start() argument 1506 __anond972c54f1102(BitcodeModule BM, ModuleSummaryIndex &CombinedIndex, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, const GVSummaryMapTy &DefinedGlobals, MapVector<StringRef, BitcodeModule> &ModuleMap) start() argument 1601 start(unsigned Task,BitcodeModule BM,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,MapVector<StringRef,BitcodeModule> & ModuleMap) start() argument 1738 __anond972c54f1702(GlobalValue::GUID GUID, const GlobalValueSummary *S) runThinLTO() argument 1756 auto GUID = GlobalValue::getGUID( runThinLTO() local 1798 __anond972c54f1902(StringRef ModuleIdentifier, GlobalValue::GUID GUID, GlobalValue::LinkageTypes NewLinkage) runThinLTO() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 169 /// Map from global value GUID to corresponding summary structures. Use a 176 std::map<GlobalValue::GUID, GlobalValueSummaryInfo>; 178 /// Struct that holds a reference to a particular GUID in a global value 193 GlobalValue::GUID getGUID() const { return getRef()->first; } in getValue() 524 /// identical to the GUID for global symbols, but differs for local since the 525 /// GUID includes the module level id in the hash. 526 GlobalValue::GUID OriginalName = 0; 553 /// Returns the hash of the original name, it is identical to the GUID for 555 GlobalValue::GUID getOriginalName() const { return OriginalName; } 558 void setOriginalName(GlobalValue::GUID Nam [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 41 std::unordered_map<GlobalValue::GUID, GlobalValueSummary::ImportKind>; 59 // to find at least one summary for the GUID that is global or a local 76 // table lookup for each GUID by stashing this here. 90 /// Map of callee GUID considered for import into a given module to a pair 95 DenseMap<GlobalValue::GUID, 146 /// (GUID -> Summary) for every global defined in the module. 148 /// \p isPrevailing is a callback that will be called with a global value's GUID 156 /// \p ExportLists contains for each Module the set of globals (GUID) that will 167 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 192 const DenseSet<GlobalValue::GUID> [all...] |
H A D | WholeProgramDevirt.h | 247 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols, 252 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols, 253 const DenseSet<GlobalValue::GUID> &VisibleToRegularObjSymbols); 257 DenseSet<GlobalValue::GUID> &VisibleToRegularObjSymbols, 268 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 163 // (GUID -> Summary). 167 auto GUID = GlobalList.first; in collectDefinedFunctionsForModule() local 176 GVSummaryMap[GUID] = Summary; in collectDefinedFunctionsForModule() 192 bool ModuleSummaryIndex::isGUIDLive(GlobalValue::GUID GUID) const { in isGUIDLive() 193 auto VI = getValueInfo(GUID); in isGUIDLive() 263 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in propagateAttributes() 272 // copies live. Note that it is possible that there is a GUID collision in propagateAttributes() 398 GlobalValue::GUID Src; 399 GlobalValue::GUID Ds [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTO.h | 48 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 50 function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)> 52 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 60 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 71 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, 73 const std::set<GlobalValue::GUID> &CfiFunctionDefs = {}, 74 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {}); 348 DenseMap<GlobalValue::GUID, StringRef> PrevailingModuleForGUID; 435 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 449 DenseSet<GlobalValue::GUID> DynamicExportSymbol [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 224 // in the case of GUID hash collisions. It could also happen in theory in qualifyCalleeCandidates() 323 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in onImportingSummaryImpl() 385 // If there isn't an entry for GUID, insert <GUID, Definition> pair. in GlobalsImporter() 417 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 438 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 444 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in computeImportForModule() 462 create(function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in computeImportForModule() 591 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in WorkloadImportsManager() 678 function_ref<bool(GlobalValue::GUID, cons 380 GlobalsImporter(const ModuleSummaryIndex & Index,const GVSummaryMapTy & DefinedGVSummaries,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> IsPrevailing,FunctionImporter::ImportMapTy & ImportList,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists) GlobalsImporter() argument 407 ModuleImportsManager(function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> IsPrevailing,const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists=nullptr) ModuleImportsManager() argument 553 WorkloadImportsManager(function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> IsPrevailing,const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists) WorkloadImportsManager() argument 640 create(function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> IsPrevailing,const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists) create() argument 683 computeImportForFunction(const FunctionSummary & Summary,const ModuleSummaryIndex & Index,const unsigned Threshold,const GVSummaryMapTy & DefinedGVSummaries,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,SmallVectorImpl<EdgeInfo> & Worklist,GlobalsImporter & GVImporter,FunctionImporter::ImportMapTy & ImportList,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists,FunctionImporter::ImportThresholdsTy & ImportThresholds) computeImportForFunction() argument 990 ComputeCrossModuleImport(const ModuleSummaryIndex & Index,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,DenseMap<StringRef,FunctionImporter::ImportMapTy> & ImportLists,DenseMap<StringRef,FunctionImporter::ExportSetTy> & ExportLists) ComputeCrossModuleImport() argument 1106 ComputeCrossModuleImportForModuleForTest(StringRef ModulePath,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,const ModuleSummaryIndex & Index,FunctionImporter::ImportMapTy & ImportList) ComputeCrossModuleImportForModuleForTest() argument 1138 auto GUID = GlobalList.first; ComputeCrossModuleImportForModuleFromIndexForTest() local 1163 auto GUID = Index.getGUIDFromOriginalID(EI.first.getGUID()); updateValueInfoForIndirectCalls() local 1212 for (auto GUID : GUIDPreservedSymbols) { computeDeadSymbolsAndUpdateIndirectCalls() local 1637 auto GUID = F.getGUID(); importFunctions() local 1659 auto GUID = GV.getGUID(); importFunctions() local 1673 auto GUID = GA.getGUID(); importFunctions() local 1748 doImportingForModuleForTest(Module & M,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing) doImportingForModuleForTest() argument 1816 __anon9e2a56781102(GlobalValue::GUID, const GlobalValueSummary *) run() argument [all...] |
/freebsd-src/sys/dev/acpi_support/ |
H A D | acpi_wmi_if.m | 47 # Check if given GUID exists in WMI 51 # const char* guid_string: String form of the GUID 62 # const char* guid_string: String form of the GUID 81 # const char* guid_string: String form of the GUID 95 # const char* guid_string: String form of the GUID 110 # const char* guid_string: String form of the GUID 125 # const char* guid_string: String form of the GUID
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | InfoStreamBuilder.h | 43 void setGuid(codeview::GUID G); 47 codeview::GUID getGuid() const { return Guid; } in getGuid() 64 codeview::GUID Guid;
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | RawMemProfReader.h | 87 MemProfReader(llvm::DenseMap<FrameId,Frame> FrameIdMap,llvm::MapVector<GlobalValue::GUID,IndexedMemProfRecord> ProfData) MemProfReader() argument
|
/freebsd-src/contrib/libevent/ |
H A D | event_iocp.c | 113 get_extension_function(SOCKET s, const GUID *which_fn) in get_extension_function() 118 (GUID*)which_fn, sizeof(*which_fn), in get_extension_function() 150 const GUID acceptex = WSAID_ACCEPTEX; in init_extension_functions() 151 const GUID connectex = WSAID_CONNECTEX; in init_extension_functions() 152 const GUID getacceptexsockaddrs = WSAID_GETACCEPTEXSOCKADDRS; in init_extension_functions()
|
/freebsd-src/contrib/ntp/sntp/libevent/ |
H A D | event_iocp.c | 113 get_extension_function(SOCKET s, const GUID *which_fn) in get_extension_function() 118 (GUID*)which_fn, sizeof(*which_fn), in get_extension_function() 150 const GUID acceptex = WSAID_ACCEPTEX; in init_extension_functions() 151 const GUID connectex = WSAID_CONNECTEX; in init_extension_functions() 152 const GUID getacceptexsockaddrs = WSAID_GETACCEPTEXSOCKADDRS; in init_extension_functions()
|
/freebsd-src/contrib/file/magic/Magdir/ |
H A D | zfs | 48 >40 byte x destination GUID: %02X 58 >>>48 byte x source GUID: %02X 78 >47 byte x destination GUID: %02X 88 >>>55 byte x source GUID: %02X
|
/freebsd-src/lib/libefivar/ |
H A D | uefi-dplib.h | 550 CompareGuid (const GUID *g1, const GUID *g2) in CompareGuid() 581 StrToGuid(const char *str, GUID *guid) in StrToGuid() 602 guid_str(const GUID *g) in guid_str() 617 #define G(x) guid_str((const GUID *)(const void *)x)
|
/freebsd-src/cddl/usr.sbin/zfsd/ |
H A D | vdev.h | 122 virtual DevdCtl::Guid GUID() const; 163 Vdev::GUID() const in GUID() function
|
H A D | zfsd_exception.cc | 121 output << "Vdev " << vdev.GUID() << ": "; in Log() 126 output << "Vdev " << vdev.GUID() << ": "; in Log()
|
H A D | vdev.cc | 258 if (child.GUID() == GUID()) in Parent() 321 vdevGUIDString << GUID(); in GUIDString()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseImpl.h | 97 auto GUID = mdconst::dyn_extract<ConstantInt>(MD->getOperand(0)) 101 GUIDToProbeDescMap.try_emplace(GUID, PseudoProbeDescriptor(GUID, Hash)); 106 const PseudoProbeDescriptor *getDesc(uint64_t GUID) const { 107 auto I = GUIDToProbeDescMap.find(GUID); 257 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 259 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 262 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 1035 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 1057 FunctionT &F, const DenseSet<GlobalValue::GUID> [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 179 DevirtCallSite Call, GlobalValue::GUID Guid, in addIntrinsicToSummary() 201 SetVector<GlobalValue::GUID, std::vector<GlobalValue::GUID>> &TypeTests, in addIntrinsicToSummary() 220 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary() 248 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in isNonVolatileStore() 300 bool HasLocalsInUsedOrAsm, DenseSet<GlobalValue::GUID> &CantBePromoted, in computeFunctionSummary() 315 SetVector<GlobalValue::GUID, std::vector<GlobalValue::GUID>> TypeTests; in computeFunctionSummary() 805 DenseSet<GlobalValue::GUID> &CantBePromoted, in setLiveRoot() 855 DenseSet<GlobalValue::GUID> in buildModuleSummaryIndex() 170 addIntrinsicToSummary(const CallInst * CI,SetVector<GlobalValue::GUID,std::vector<GlobalValue::GUID>> & TypeTests,SetVector<FunctionSummary::VFuncId,std::vector<FunctionSummary::VFuncId>> & TypeTestAssumeVCalls,SetVector<FunctionSummary::VFuncId,std::vector<FunctionSummary::VFuncId>> & TypeCheckedLoadVCalls,SetVector<FunctionSummary::ConstVCall,std::vector<FunctionSummary::ConstVCall>> & TypeTestAssumeConstVCalls,SetVector<FunctionSummary::ConstVCall,std::vector<FunctionSummary::ConstVCall>> & TypeCheckedLoadConstVCalls,DominatorTree & DT) addIntrinsicToSummary() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCPseudoProbe.cpp | 87 // Emit the GUID of the split function that the sentinel probe represents. in emit() 106 // Probe: GUID of C, ... in addPseudoProbe() 133 // Make an edge by using the previous probe id and current GUID. in addPseudoProbe() 152 // Emit probes grouped by GUID. in emit() 155 dbgs() << "GUID: " << Guid << "\n"; in emit() 227 // Emit probes grouped by GUID. in emit() 270 uint64_t GUID) { in emit() 271 auto It = GUID2FuncMAP.find(GUID); in emit() 273 "Probe function must exist for a valid GUID"); 278 OS << "GUID in getProbeFNameForGUID() 275 getProbeFNameForGUID(const GUIDProbeFunctionMap & GUID2FuncMAP,uint64_t GUID) getProbeFNameForGUID() argument 413 uint64_t GUID = std::move(*ErrorOrGUID); buildGUID2FuncDescMap() local [all...] |