Home
last modified time | relevance | path

Searched defs:GUID (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGUID.h22 struct GUID { struct
26 inline bool operator==(const GUID &LHS, const GUID &RHS) { argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h125 GlobalValue::GUID GUID) { in createImportIDs()
134 getImportIDs(StringRef FromModule, GlobalValue::GUID GUID) { in getImportIDs()
151 GlobalValue::GUID GUID = It->first.second; in lookup() local
212 void addGUID(StringRef FromModule, GlobalValue::GUID GUID, in addGUID()
246 bool(const std::pair<StringRef, GlobalValue::GUID> &, in SortedImportList()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp347 GlobalValue::GUID GUID) { in addDefinition()
360 StringRef FromModule, GlobalValue::GUID GUID) { in maybeAddDeclaration()
482 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in GlobalsImporter()
516 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in ModuleImportsManager()
803 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in WorkloadImportsManager()
831 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in create()
1220 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in ComputeCrossModuleImport()
1341 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in ComputeCrossModuleImportForModuleForTest()
1373 auto GUID = GlobalList.first; in ComputeCrossModuleImportForModuleFromIndexForTest() local
1398 auto GUID = Index.getGUIDFromOriginalID(EI.first.getGUID()); in updateValueInfoForIndirectCalls() local
[all …]
H A DFunctionAttrs.cpp319 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in calculatePrevailingSummary()
422 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOPropagateFunctionAttrs()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp106 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey()
184 for (auto GUID : ExportsGUID) in computeLTOCacheKey() local
369 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolvePrevailingGUID()
448 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolvePrevailingInIndex()
470 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOInternalizeAndPromoteGUID()
550 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOInternalizeAndPromoteInIndex()
1044 auto GUID = GlobalValue::getGUIDAssumingExternalLinkage( in addThinLTO() local
1054 [&](GlobalValue::GUID GUID) { in addThinLTO()
1066 auto GUID = GlobalValue::getGUIDAssumingExternalLinkage( in addThinLTO() local
1177 GlobalValue::GUID GUID = GlobalValue::getGUIDAssumingExternalLinkage( in run() local
[all …]
H A DThinLTOCodeGenerator.cpp133 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) { in computePrevailingCopies()
358 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry()
507 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex()
510 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in resolvePrevailingInIndex()
513 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex()
523 GlobalValue::LinkageTypes NewLinkage) { in resolvePrevailingInIndex()
H A DLTOBackend.cpp769 auto GUID = GlobalList.first; in initImportList() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h100 GlobalValue::GUID GUID = 0; variable
110 : GUID(G), Counters(std::move(Counters)), RootEntryCount(RootEntryCount), in GUID() function
H A DMemProfYAML.h20 GUIDHex64 GUID; member
H A DCtxInstrContextNode.h66 using GUID = uint64_t; variable
/freebsd/cddl/usr.sbin/zfsd/
H A Dvdev.h163 Vdev::GUID() const in GUID() function
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h66 using GUID = uint64_t; variable
/freebsd/sys/geom/raid/
H A Dmd_ddf.c428 ddf_meta_find_pd(struct ddf_meta *meta, uint8_t *GUID, uint32_t PD_Reference) in ddf_meta_find_pd()
453 ddf_meta_find_vd(struct ddf_meta *meta, uint8_t *GUID) in ddf_meta_find_vd()
475 ddf_meta_find_vdc(struct ddf_meta *meta, uint8_t *GUID) in ddf_meta_find_vdc()
496 ddf_meta_count_vdc(struct ddf_meta *meta, uint8_t *GUID) in ddf_meta_count_vdc()
871 uint8_t *GUID, int started) in ddf_vol_meta_update()
1389 g_raid_md_ddf_get_volume(struct g_raid_softc *sc, uint8_t *GUID) in g_raid_md_ddf_get_volume()
1403 g_raid_md_ddf_get_disk(struct g_raid_softc *sc, uint8_t *GUID, uint32_t id) in g_raid_md_ddf_get_disk()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCtxProfAnalysis.h75 StringRef getFunctionName(GlobalValue::GUID GUID) const { in getFunctionName()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPseudoProbe.h112 PseudoProbeDescriptor(uint64_t GUID, uint64_t Hash) in PseudoProbeDescriptor()
H A DGlobalValue.h577 using GUID = uint64_t; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp271 uint64_t GUID) { in getProbeFNameForGUID()
415 uint64_t GUID = in buildGUID2FuncDescMap() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp427 const GlobalValue::GUID GUID = F.getGUID(); in run() local
516 auto GUID = AssignGUIDPass::getGUID(F); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp209 auto *GUID = mdconst::extract<ConstantInt>(MD->getOperand(0)); in emitPseudoProbeDescMetadata() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DIndexedMemProfData.cpp35 llvm::MapVector<GlobalValue::GUID, memprof::IndexedMemProfRecord> in writeMemProfRecords()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h107 auto find(uint64_t GUID) const { in find()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp351 MDNode *MDBuilder::createPseudoProbeDesc(uint64_t GUID, uint64_t Hash, in createPseudoProbeDesc()
H A DModuleSummaryIndex.cpp164 auto GUID = GlobalList.first; in collectDefinedFunctionsForModule() local
H A DAsmWriter.cpp1326 int SlotTracker::getGUIDSlot(GlobalValue::GUID GUID) { in getGUIDSlot()
1415 void SlotTracker::CreateGUIDSlot(GlobalValue::GUID GUID) { in CreateGUIDSlot()
3225 auto GUID = GlobalList.first; in printModuleSummaryIndex() local
3232 auto GUID = GlobalList.first; in printModuleSummaryIndex() local
3247 auto GUID = GlobalValue::getGUIDAssumingExternalLinkage(TId.first); in printModuleSummaryIndex() local
3645 for (auto &GUID : TIDInfo.TypeTests) { in printTypeIdInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp272 extractCallsFromIR(M, TLI, [&](uint64_t GUID) { in computeUndriftMap()

12