Home
last modified time | relevance | path

Searched refs:GUID (Results 1 – 25 of 129) sorted by relevance

123456

/freebsd-14.2/contrib/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
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 DFormatters.h25 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 DPcdLib.h1217 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 DBaseMemoryLib.h380 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 DThinLTOCodeGenerator.cpp318 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 DLTO.cpp162 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 DModuleSummaryIndex.h672 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 DPseudoProbe.h86 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 DFunctionImport.h36 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 DWholeProgramDevirt.h246 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 DModuleSummaryIndex.cpp167 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 DLTO.h48 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 DFunctionImport.cpp1138 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 Dacpi_wmi_if.m47 # 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 DInfoStreamBuilder.h43 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 DRawMemProfReader.h41 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 Devent_iocp.c113 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 Devent_iocp.c113 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 Dzfs48 >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 Duefi-dplib.h550 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 Dvdev.h122 virtual DevdCtl::Guid GUID() const;
163 Vdev::GUID() const in GUID() function
H A Dzfsd_exception.cc121 output << "Vdev " << vdev.GUID() << ": "; in Log()
126 output << "Vdev " << vdev.GUID() << ": "; in Log()
H A Dvdev.cc258 if (child.GUID() == GUID()) in Parent()
321 vdevGUIDString << GUID(); in GUIDString()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h96 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 DModuleSummaryAnalysis.cpp148 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()

123456