| /freebsd-13.1/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 | 63 template <> struct format_provider<codeview::GUID> { 64 static void format(const codeview::GUID &V, llvm::raw_ostream &Stream,
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 354 GlobalValue::GUID OriginalName = 0; 530 GlobalValue::GUID GUID; 787 return L.GUID == R.GUID && L.Offset == R.Offset; 809 return I.VFunc.GUID; 1050 std::map<GlobalValue::GUID, GlobalValue::GUID> OidGuidMap; 1108 getOrInsertValuePtr(GlobalValue::GUID GUID) { 1252 bool isGUIDLive(GlobalValue::GUID GUID) const; 1261 ValueInfo getValueInfo(GlobalValue::GUID GUID) const { 1267 ValueInfo getOrInsertValueInfo(GlobalValue::GUID GUID) { 1277 ValueInfo getOrInsertValueInfo(GlobalValue::GUID GUID, StringRef Name) { [all …]
|
| H A D | MDBuilder.h | 74 const DenseSet<GlobalValue::GUID> *Imports); 80 MDNode *createPseudoProbeDesc(uint64_t GUID, uint64_t Hash, Function *F);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 150 auto GUID = VI.getGUID(); in computeLTOCacheKey() local 151 ExportsGUID.push_back(GUID); in computeLTOCacheKey() 156 for (uint64_t GUID : ExportsGUID) { in computeLTOCacheKey() local 158 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&GUID, sizeof(GUID))); in computeLTOCacheKey() 224 UsedTypeIds.insert(TT.GUID); in computeLTOCacheKey() 226 UsedTypeIds.insert(TT.GUID); in computeLTOCacheKey() 1005 GlobalValue::GUID GUID = GlobalValue::getGUID( in run() local 1014 GUIDPrevailingResolutions[GUID] = in run() 1475 ExportedGUIDs.insert(GUID); in runThinLTO() 1498 auto isPrevailing = [&](GlobalValue::GUID GUID, in runThinLTO() [all …]
|
| H A D | ThinLTOCodeGenerator.cpp | 353 static DenseSet<GlobalValue::GUID> 566 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex() argument 567 const auto &Prevailing = PrevailingCopy.find(GUID); in resolvePrevailingInIndex() 575 GlobalValue::GUID GUID, in resolvePrevailingInIndex() 577 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex() 705 bool operator()(GlobalValue::GUID GUID, const GlobalValueSummary *S) const { in operator ()() 721 auto isPrevailing = [&](GlobalValue::GUID G) { in computeDeadSymbolsInIndex() 1063 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() 1091 std::set<GlobalValue::GUID> ExportedGUIDs; in run() 1093 for (auto GUID : ExportedGUIDs) in run() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 150 auto GUID = GlobalList.first; in collectDefinedFunctionsForModule() local 159 GVSummaryMap[GUID] = Summary; in collectDefinedFunctionsForModule() 175 bool ModuleSummaryIndex::isGUIDLive(GlobalValue::GUID GUID) const { in isGUIDLive() 176 auto VI = getValueInfo(GUID); in isGUIDLive() 246 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in propagateAttributes() 380 GlobalValue::GUID Src; 381 GlobalValue::GUID Dst; 466 static std::string getNodeVisualName(GlobalValue::GUID Id) { in getNodeVisualName() 526 DenseMap<GlobalValue::GUID, std::vector<uint64_t>> NodeMap; in exportToDot() 533 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 37 using FunctionsToImportTy = std::unordered_set<GlobalValue::GUID>; 91 DenseMap<GlobalValue::GUID, 181 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 182 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing); 188 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 189 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing,
|
| H A D | WholeProgramDevirt.h | 244 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols); 247 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols); 257 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
|
| H A D | SampleProfileProbe.h | 49 PseudoProbeDescriptor(uint64_t GUID, uint64_t Hash) in PseudoProbeDescriptor() argument 50 : FunctionGUID(GUID), FunctionHash(Hash) {} in PseudoProbeDescriptor()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 47 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 49 function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)> 51 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 59 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> 70 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, 72 const std::set<GlobalValue::GUID> &CfiFunctionDefs = {}, 73 const std::set<GlobalValue::GUID> &CfiFunctionDecls = {}); 350 DenseMap<GlobalValue::GUID, StringRef> PrevailingModuleForGUID; 435 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 446 DenseSet<GlobalValue::GUID> DynamicExportSymbols;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 179 GlobalValue::GUID GUID) { in selectCallee() argument 277 if (GUID == 0) in updateValueInfoForIndirectCalls() 279 return Index.getValueInfo(GUID); in updateValueInfoForIndirectCalls() 826 auto GUID = GlobalList.first; in ComputeCrossModuleImportForModuleFromIndex() local 855 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbols() local 856 ValueInfo VI = Index.getValueInfo(GUID); in computeDeadSymbols() 1217 auto GUID = F.getGUID(); in importFunctions() local 1218 auto Import = ImportGUIDs.count(GUID); in importFunctions() 1239 auto GUID = GV.getGUID(); in importFunctions() local 1240 auto Import = ImportGUIDs.count(GUID); in importFunctions() [all …]
|
| /freebsd-13.1/sys/dev/acpi_support/ |
| H A D | acpi_wmi_if.m | 48 # Check if given GUID exists in WMI 52 # const char* guid_string: String form of the GUID 63 # const char* guid_string: String form of the GUID 82 # const char* guid_string: String form of the GUID 96 # const char* guid_string: String form of the GUID 111 # const char* guid_string: String form of the GUID 126 # const char* guid_string: String form of the GUID
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | InfoStreamBuilder.h | 46 void setGuid(codeview::GUID G); 50 codeview::GUID getGuid() const { return Guid; } in getGuid() 67 codeview::GUID Guid;
|
| /freebsd-13.1/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-13.1/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-13.1/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-13.1/lib/libefivar/ |
| H A D | uefi-dplib.h | 561 CompareGuid (const GUID *g1, const GUID *g2) in CompareGuid() 592 StrToGuid(const char *str, GUID *guid) in StrToGuid() 613 guid_str(const GUID *g) in guid_str() 628 #define G(x) guid_str((const GUID *)(const void *)x)
|
| /freebsd-13.1/cddl/usr.sbin/zfsd/ |
| H A D | vdev.h | 124 virtual DevdCtl::Guid GUID() const; 165 Vdev::GUID() const in GUID() function
|
| H A D | zfsd_exception.cc | 123 output << "Vdev " << vdev.GUID() << ": "; in Log() 128 output << "Vdev " << vdev.GUID() << ": "; in Log()
|
| H A D | vdev.cc | 262 if (child.GUID() == GUID()) in Parent() 325 vdevGUIDString << GUID(); in GUIDString()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 142 static void addVCallToSet(DevirtCallSite Call, GlobalValue::GUID Guid, in addVCallToSet() 161 const CallInst *CI, SetVector<GlobalValue::GUID> &TypeTests, in addIntrinsicToSummary() 173 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary() 200 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary() 240 bool HasLocalsInUsedOrAsm, DenseSet<GlobalValue::GUID> &CantBePromoted, in computeFunctionSummary() 252 SetVector<GlobalValue::GUID> TypeTests; in computeFunctionSummary() 570 DenseSet<GlobalValue::GUID> &CantBePromoted, in computeVariableSummary() 618 DenseSet<GlobalValue::GUID> &CantBePromoted) { in computeAliasSummary() 666 DenseSet<GlobalValue::GUID> CantBePromoted; in buildModuleSummaryIndex() 717 ArrayRef<GlobalValue::GUID>{}, in buildModuleSummaryIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeExeSymbol.cpp | 79 codeview::GUID NativeExeSymbol::getGuid() const { in getGuid() 84 return codeview::GUID{{0}}; in getGuid()
|