/freebsd/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/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | PGOCtxProfReader.h | 36 using CallTargetMapTy = std::map<GlobalValue::GUID, PGOContextualProfile>; 41 GlobalValue::GUID GUID = 0; variable 45 PGOContextualProfile(GlobalValue::GUID G, in PGOContextualProfile() 47 : GUID(G), Counters(std::move(Counters)) {} in PGOContextualProfile() 50 getOrEmplace(uint32_t Index, GlobalValue::GUID G, 59 GlobalValue::GUID guid() const { return GUID; } in guid() 72 void getContainedGuids(DenseSet<GlobalValue::GUID> &Guids) const; 89 Expected<std::map<GlobalValue::GUID, PGOContextualProfile>> loadContexts();
|
H A D | CtxInstrContextNode.h | 66 using GUID = uint64_t; variable 69 const GUID Guid; 75 ContextNode(GUID Guid, uint32_t NrCounters, uint32_t NrCallsites, 107 GUID guid() const { return Guid; } in guid()
|
H A D | MemProfReader.h | 41 using GuidMemProfRecordPair = std::pair<GlobalValue::GUID, MemProfRecord>; 61 const llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> & 101 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> ProfData); 108 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> ProfData) in MemProfReader() argument 125 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> FunctionProfileData; 127 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord>::iterator Iter;
|
/freebsd/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/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 96 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument 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() local 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> UsedCfiDefs; in computeLTOCacheKey() 234 std::set<GlobalValue::GUID> UsedCfiDecls; in computeLTOCacheKey() [all …]
|
H A D | ThinLTOCodeGenerator.cpp | 139 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) { in computePrevailingCopies() argument 298 DenseSet<GlobalValue::GUID> &PreservedGUID) { in addUsedSymbolToPreservedGUID() 309 DenseSet<GlobalValue::GUID> &GUIDs) { in computeGUIDPreservedSymbols() 319 static DenseSet<GlobalValue::GUID> 323 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() 366 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument 437 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule() 514 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex() argument 516 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in resolvePrevailingInIndex() 517 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in resolvePrevailingInIndex() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 176 std::map<GlobalValue::GUID, GlobalValueSummaryInfo>; 193 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() 526 GlobalValue::GUID OriginalName = 0; 555 GlobalValue::GUID getOriginalName() const { return OriginalName; } 558 void setOriginalName(GlobalValue::GUID Name) { OriginalName = Name; } 677 GlobalValue::GUID getAliaseeGUID() const { 714 GlobalValue::GUID GUID; 732 std::vector<GlobalValue::GUID> TypeTests; 861 std::vector<GlobalValue::GUID>(), 918 std::vector<GlobalValue::GUID> TypeTests, [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 41 std::unordered_map<GlobalValue::GUID, GlobalValueSummary::ImportKind>; 95 DenseMap<GlobalValue::GUID, 167 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 192 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 193 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing); 199 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 200 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing,
|
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/contrib/llvm-project/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 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() 398 GlobalValue::GUID Src; 399 GlobalValue::GUID Dst; 492 static std::string getNodeVisualName(GlobalValue::GUID Id) { in getNodeVisualName() 518 const ValueInfo &VI, GlobalValue::GUID Id) { in defineExternalNode() 550 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const { in exportToDot() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 323 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 417 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in GlobalsImporter() argument 438 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 444 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in ModuleImportsManager() argument 462 create(function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 591 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in WorkloadImportsManager() argument 678 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in create() argument 721 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in computeImportForFunction() argument 992 GlobalValue::GUID G) { in isGlobalVarSummary() 1017 for (auto &[GUID, Type] : ImportMap) { in numGlobalVarSummaries() [all …]
|
/freebsd/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> DynamicExportSymbols;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrContextNode.h | 66 using GUID = uint64_t; variable 69 const GUID Guid; 75 ContextNode(GUID Guid, uint32_t NrCounters, uint32_t NrCallsites, 107 GUID guid() const { return Guid; } in guid()
|
H A D | CtxInstrProfiling.cpp | 94 inline ContextNode *allocContextNode(char *Place, GUID Guid, in allocContextNode() 163 ContextNode *getCallsiteSlow(GUID Guid, ContextNode **InsertionPoint, in getCallsiteSlow() 184 ContextNode *__llvm_ctx_profile_get_context(void *Callee, GUID Guid, in __llvm_ctx_profile_get_context() 240 void setupContext(ContextRoot *Root, GUID Guid, uint32_t NrCounters, in setupContext() 257 ContextRoot *Root, GUID Guid, uint32_t Counters, in __llvm_ctx_profile_start_context()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | PGOCtxProfReader.cpp | 36 PGOContextualProfile::getOrEmplace(uint32_t Index, GlobalValue::GUID G, in getOrEmplace() 47 DenseSet<GlobalValue::GUID> &Guids) const { in getContainedGuids() 48 Guids.insert(GUID); in getContainedGuids() 80 std::optional<ctx_profile::GUID> Guid; in readContext() 162 Expected<std::map<GlobalValue::GUID, PGOContextualProfile>> 164 std::map<GlobalValue::GUID, PGOContextualProfile> Ret; in loadContexts()
|
/freebsd/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/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/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/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/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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 654 for (const auto &[GUID, VTableCount] : C.VTableGUIDAndCounts) in tryToPromoteWithFuncCmp() 657 for (const auto &[GUID, VTableCount] : C.VTableGUIDAndCounts) { in tryToPromoteWithFuncCmp() 660 VTableGUIDCounts[GUID] -= APFuncCount.udiv(SumVTableCount).getZExtValue(); in tryToPromoteWithFuncCmp() 696 for (auto [GUID, Count] : VTableGUIDCounts) { in updateVPtrValueProfiles() 700 VTableValueProfiles.push_back({GUID, Count}); in updateVPtrValueProfiles() 720 for (auto &[GUID, Count] : Candidate.VTableGUIDAndCounts) in tryToPromoteWithVTableCmp() 721 VTableGUIDCounts[GUID] -= Count; in tryToPromoteWithVTableCmp() 749 for (auto [GUID, Count] : VTableGUIDAndCounts) in tryToPromoteWithVTableCmp() 750 GUIDSet.insert(GUID); in tryToPromoteWithVTableCmp() 854 for ([[maybe_unused]] auto &[GUID, Count] : VTableGUIDAndCounts) in isProfitableToCompareVTables() [all …]
|
/freebsd/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)
|