Home
last modified time | relevance | path

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

12

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGUID.h21 struct GUID { struct
25 inline bool operator==(const GUID &LHS, const GUID &RHS) { argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp417 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
444 ModuleImportsManager(function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> IsPrevailing,const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists=nullptr) ModuleImportsManager() argument
591 WorkloadImportsManager(function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> IsPrevailing,const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists) WorkloadImportsManager() argument
678 create(function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> IsPrevailing,const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists) create() argument
721 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
1069 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
1194 ComputeCrossModuleImportForModuleForTest(StringRef ModulePath,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,const ModuleSummaryIndex & Index,FunctionImporter::ImportMapTy & ImportList) ComputeCrossModuleImportForModuleForTest() argument
1226 auto GUID = GlobalList.first; ComputeCrossModuleImportForModuleFromIndexForTest() local
1257 auto GUID = Index.getGUIDFromOriginalID(EI.first.getGUID()); updateValueInfoForIndirectCalls() local
1306 for (auto GUID : GUIDPreservedSymbols) { computeDeadSymbolsAndUpdateIndirectCalls() local
1716 __anon05cd28791002(const FunctionsToImportTy &GUIDToImportType, GlobalValue::GUID GUID) importFunctions() argument
1746 auto GUID = F.getGUID(); importFunctions() local
1785 auto GUID = GV.getGUID(); importFunctions() local
1808 auto GUID = GA.getGUID(); importFunctions() local
1899 doImportingForModuleForTest(Module & M,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing) doImportingForModuleForTest() argument
1967 __anon05cd28791202(GlobalValue::GUID, const GlobalValueSummary *) run() argument
[all...]
/llvm-project/llvm/lib/LTO/
H A DLTO.cpp95 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
173 for (auto GUID : ExportsGUID) computeLTOCacheKey() local
363 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
439 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
461 thinLTOInternalizeAndPromoteGUID(ValueInfo VI,function_ref<bool (StringRef,ValueInfo)> isExported,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing) thinLTOInternalizeAndPromoteGUID() argument
541 thinLTOInternalizeAndPromoteInIndex(ModuleSummaryIndex & Index,function_ref<bool (StringRef,ValueInfo)> isExported,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing) thinLTOInternalizeAndPromoteInIndex() argument
1018 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( addThinLTO() local
1027 __anonaa2c08900c02(GlobalValue::GUID GUID) addThinLTO() argument
1039 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( addThinLTO() local
1149 GlobalValue::GUID GUID = GlobalValue::getGUID( run() local
1463 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
1509 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
1522 __anonaa2c08901202(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
1632 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
1769 __anonaa2c08901802(GlobalValue::GUID GUID, const GlobalValueSummary *S) runThinLTO() argument
1787 auto GUID = GlobalValue::getGUID( runThinLTO() local
1829 __anonaa2c08901a02(StringRef ModuleIdentifier, GlobalValue::GUID GUID, GlobalValue::LinkageTypes NewLinkage) runThinLTO() argument
[all...]
H A DThinLTOCodeGenerator.cpp139 computePrevailingCopies(const ModuleSummaryIndex & Index,DenseMap<GlobalValue::GUID,const GlobalValueSummary * > & PrevailingCopy) computePrevailingCopies() argument
366 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
514 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
517 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
520 __anon75ad91c50c02(GlobalValue::GUID GUID, const GlobalValueSummary *S) resolvePrevailingInIndex() argument
530 __anon75ad91c50d02(StringRef ModuleIdentifier, GlobalValue::GUID GUID, GlobalValue::LinkageTypes NewLinkage) resolvePrevailingInIndex() argument
1068 for (auto GUID : ExportedGUIDs) run() local
[all...]
H A DLTOBackend.cpp712 auto GUID = GlobalList.first; initImportList() local
/llvm-project/clang/test/SemaCXX/
H A Dms-iunknown-template-function.cpp10 } GUID; typedef
H A Dms-uuid.cpp11 } GUID; typedef
H A Dborland-extensions.cpp48 } GUID; typedef
/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h41 GlobalValue::GUID GUID = 0; global() variable
[all...]
H A DCtxInstrContextNode.h66 using GUID = uint64_t; variable
H A DMemProfReader.h108 MemProfReader(llvm::DenseMap<FrameId,Frame> FrameIdMap,llvm::DenseMap<CallStackId,llvm::SmallVector<FrameId>> CSIdMap,llvm::MapVector<GlobalValue::GUID,IndexedMemProfRecord> ProfData) MemProfReader() argument
/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h66 using GUID = uint64_t; variable
/llvm-project/clang/test/Parser/
H A Dms-square-bracket-attributes.mm8 } GUID; typedef
H A DMicrosoftExtensions.cpp45 } GUID; typedef
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-uuidof.cpp26 typedef struct _GUID GUID; typedef
H A Dmicrosoft-uuidof-mangling.cpp10 } GUID; typedef
/llvm-project/llvm/include/llvm/IR/
H A DPseudoProbe.h111 PseudoProbeDescriptor(uint64_t GUID, uint64_t Hash) in PseudoProbeDescriptor()
H A DGlobalValue.h587 using GUID = uint64_t; global() variable
/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp270 getProbeFNameForGUID(const GUIDProbeFunctionMap & GUID2FuncMAP,uint64_t GUID) getProbeFNameForGUID() argument
408 uint64_t GUID = std::move(*ErrorOrGUID); buildGUID2FuncDescMap() local
[all...]
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp412 auto GUID = Function::getGUID(F.first()); decodePseudoProbe() local
777 uint64_t GUID = Function::getGUID(Name); populateElfSymbolAddressList() local
H A DProfiledBinary.h596 getFuncDescForGUID(uint64_t GUID) getFuncDescForGUID() argument
/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp352 createPseudoProbeDesc(uint64_t GUID,uint64_t Hash,StringRef FName) createPseudoProbeDesc() argument
H A DModuleSummaryIndex.cpp167 auto GUID = GlobalList.first; collectDefinedFunctionsForModule() local
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp639 verifyFunctionProfileData(const llvm::MapVector<GlobalValue::GUID,IndexedMemProfRecord> & FunctionProfileData) verifyFunctionProfileData() argument
H A DMemProfReader.cpp238 MemProfReader(llvm::DenseMap<FrameId,Frame> FrameIdMap,llvm::MapVector<GlobalValue::GUID,IndexedMemProfRecord> ProfData) MemProfReader() argument

12