| /freebsd-14.2/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-14.2/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, 1784 IN CONST GUID *Guid, 1808 IN CONST GUID *Guid, 1832 IN CONST GUID *Guid, 1856 IN CONST GUID *Guid, 1886 IN CONST GUID *Guid, 1911 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-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 318 static DenseSet<GlobalValue::GUID> 519 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex() argument 520 const auto &Prevailing = PrevailingCopy.find(GUID); in resolvePrevailingInIndex() 528 GlobalValue::GUID GUID, in resolvePrevailingInIndex() 530 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex() 657 bool operator()(GlobalValue::GUID GUID, const GlobalValueSummary *S) const { in operator ()() 673 auto isPrevailing = [&](GlobalValue::GUID G) { in computeDeadSymbolsInIndex() 1041 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() 1074 std::set<GlobalValue::GUID> ExportedGUIDs; in run() 1076 for (auto GUID : ExportedGUIDs) in run() local [all …]
|
| H A D | LTO.cpp | 162 auto GUID = VI.getGUID(); in computeLTOCacheKey() local 163 ExportsGUID.push_back(GUID); in computeLTOCacheKey() 168 for (uint64_t GUID : ExportsGUID) { in computeLTOCacheKey() local 170 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&GUID, sizeof(GUID))); in computeLTOCacheKey() 251 UsedTypeIds.insert(TT.GUID); in computeLTOCacheKey() 253 UsedTypeIds.insert(TT.GUID); in computeLTOCacheKey() 1014 [&](GlobalValue::GUID GUID) { in addThinLTO() argument 1136 GlobalValue::GUID GUID = GlobalValue::getGUID( in run() local 1738 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in runThinLTO() argument 1760 ExportedGUIDs.insert(GUID); in runThinLTO() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 672 GlobalValue::GUID GUID; 1042 return L.GUID == R.GUID && L.Offset == R.Offset; 1064 return I.VFunc.GUID; 1304 std::map<GlobalValue::GUID, GlobalValue::GUID> OidGuidMap; 1386 getOrInsertValuePtr(GlobalValue::GUID GUID) { 1565 bool isGUIDLive(GlobalValue::GUID GUID) const; 1574 ValueInfo getValueInfo(GlobalValue::GUID GUID) const { 1580 ValueInfo getOrInsertValueInfo(GlobalValue::GUID GUID) { 1590 ValueInfo getOrInsertValueInfo(GlobalValue::GUID GUID, StringRef Name) { 1606 GlobalValue::GUID getGUIDFromOriginalID(GlobalValue::GUID OriginalID) const { [all …]
|
| H A D | PseudoProbe.h | 86 PseudoProbeDescriptor(uint64_t GUID, uint64_t Hash) in PseudoProbeDescriptor() argument 87 : FunctionGUID(GUID), FunctionHash(Hash) {} in PseudoProbeDescriptor()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 36 using FunctionsToImportTy = std::unordered_set<GlobalValue::GUID>; 90 DenseMap<GlobalValue::GUID, 160 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 185 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 186 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing); 192 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 193 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing,
|
| H A D | WholeProgramDevirt.h | 246 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols, 251 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols, 252 const DenseSet<GlobalValue::GUID> &VisibleToRegularObjSymbols); 256 DenseSet<GlobalValue::GUID> &VisibleToRegularObjSymbols, 267 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
|
| /freebsd-14.2/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() 552 DenseMap<GlobalValue::GUID, std::vector<uint64_t>> NodeMap; in exportToDot() 570 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot() [all …]
|
| /freebsd-14.2/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 = {}); 346 DenseMap<GlobalValue::GUID, StringRef> PrevailingModuleForGUID; 433 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 447 DenseSet<GlobalValue::GUID> DynamicExportSymbols;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1138 auto GUID = GlobalList.first; in ComputeCrossModuleImportForModuleFromIndexForTest() local 1164 if (GUID == 0) in updateValueInfoForIndirectCalls() 1167 auto VI = Index.getValueInfo(GUID); in updateValueInfoForIndirectCalls() 1212 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbolsAndUpdateIndirectCalls() local 1213 ValueInfo VI = Index.getValueInfo(GUID); in computeDeadSymbolsAndUpdateIndirectCalls() 1637 auto GUID = F.getGUID(); in importFunctions() local 1638 auto Import = ImportGUIDs.count(GUID); in importFunctions() 1659 auto GUID = GV.getGUID(); in importFunctions() local 1660 auto Import = ImportGUIDs.count(GUID); in importFunctions() 1673 auto GUID = GA.getGUID(); in importFunctions() local [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | RawMemProfReader.h | 41 using GuidMemProfRecordPair = std::pair<GlobalValue::GUID, MemProfRecord>; 55 const llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> & 87 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> ProfData) in MemProfReader() argument 102 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> FunctionProfileData; 104 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord>::iterator Iter;
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseImpl.h | 96 auto GUID = mdconst::dyn_extract<ConstantInt>(MD->getOperand(0)) 100 GUIDToProbeDescMap.try_emplace(GUID, PseudoProbeDescriptor(GUID, Hash)); 105 const PseudoProbeDescriptor *getDesc(uint64_t GUID) const { 106 auto I = GUIDToProbeDescMap.find(GUID); 229 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 231 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 234 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 1007 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 1029 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 1057 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 148 DevirtCallSite Call, GlobalValue::GUID Guid, in addVCallToSet() 170 SetVector<GlobalValue::GUID, std::vector<GlobalValue::GUID>> &TypeTests, in addIntrinsicToSummary() argument 189 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary() 217 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary() 269 bool HasLocalsInUsedOrAsm, DenseSet<GlobalValue::GUID> &CantBePromoted, in computeFunctionSummary() 284 SetVector<GlobalValue::GUID, std::vector<GlobalValue::GUID>> TypeTests; in computeFunctionSummary() 735 DenseSet<GlobalValue::GUID> &CantBePromoted, in computeVariableSummary() 781 DenseSet<GlobalValue::GUID> &CantBePromoted) { in computeAliasSummary() 836 DenseSet<GlobalValue::GUID> CantBePromoted; in buildModuleSummaryIndex() 890 ArrayRef<GlobalValue::GUID>{}, in buildModuleSummaryIndex()
|