| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| GUID.h | 1 //===- GUID.h ---------------------------------------------------*- C++ -*-===// 20 /// This represents the 'GUID' type from windows.h. 21 struct GUID { 22 uint8_t Guid[16]; 25 inline bool operator==(const GUID &LHS, const GUID &RHS) { 26 return 0 == ::memcmp(LHS.Guid, RHS.Guid, sizeof(LHS.Guid)); 29 inline bool operator<(const GUID &LHS, const GUID &RHS) [all...] |
| Formatters.h | 14 #include "llvm/DebugInfo/CodeView/GUID.h" 28 ArrayRef<uint8_t> Guid; 31 explicit GuidAdapter(ArrayRef<uint8_t> Guid); 32 explicit GuidAdapter(StringRef Guid); 63 template <> struct format_provider<codeview::GUID> { 64 static void format(const codeview::GUID &V, llvm::raw_ostream &Stream,
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| basetyps.d | 15 align(1) struct GUID { // size is 16 22 alias GUID UUID, /*IID, CLSID, */FMTID, uuid_t; 23 alias IID = const(GUID); 24 alias CLSID = const(GUID); 26 alias GUID* LPGUID, LPCLSID, LPIID; 27 alias const(GUID)* LPCGUID, REFGUID, REFIID, REFCLSID, REFFMTID;
|
| isguids.d | 15 extern (C) extern const GUID
|
| aclui.d | 32 GUID guidObjectType; 65 const(GUID)* pguid; 81 const(GUID)* pguid; 104 HRESULT GetAccessRights(const(GUID)*, DWORD, PSI_ACCESS*, ULONG*, ULONG*); 105 HRESULT MapGeneric(const(GUID)*, UCHAR*, ACCESS_MASK*);
|
| rpcdcep.d | 40 GUID SyntaxGUID; 104 GUID Uuid; 133 int I_UuidCreate(GUID*); 137 int I_RpcServerRegisterForwardFunction(int function (GUID*, 138 RPC_VERSION*, GUID*, ubyte*, void**));
|
| aclapi.d | 37 GUID*, GUID*, PSID); 39 GUID*, GUID*, PSID); 52 SECURITY_INFORMATION, BOOL, GUID**, DWORD, PACL, void*, 55 SECURITY_INFORMATION, BOOL, GUID**, DWORD, PACL, void*,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| FunctionImport.h | 37 using FunctionsToImportTy = std::unordered_set<GlobalValue::GUID>; 55 // to find at least one summary for the GUID that is global or a local 72 // table lookup for each GUID by stashing this here. 86 /// Map of callee GUID considered for import into a given module to a pair 91 DenseMap<GlobalValue::GUID, 137 /// (GUID -> Summary) for every global defined in the module. 143 /// \p ExportLists contains for each Module the set of globals (GUID) that will 181 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 182 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing); 188 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| InfoStreamBuilder.h | 40 // PDB GUID and as Signature. The age is always 1. 46 void setGuid(codeview::GUID G); 50 codeview::GUID getGuid() const { return Guid; } 67 codeview::GUID Guid;
|
| NativeExeSymbol.h | 32 codeview::GUID getGuid() const override;
|
| InfoStream.h | 14 #include "llvm/DebugInfo/CodeView/GUID.h" 44 codeview::GUID getGuid() const;
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| PseudoProbe.cpp | 25 uint64_t GUID) { 26 auto It = GUID2FuncMAP.find(GUID); 28 "Probe function must exist for a valid GUID"); 33 OS << "GUID: " << FuncGUID << " Name: " << FuncName << "\n"; 84 StringRef FuncName = getProbeFNameForGUID(GUID2FuncMAP, GUID); 87 OS << GUID << " "; 147 // .quad -5182264717993193164 // GUID 162 uint64_t GUID = readUnencodedNumber<uint64_t>(); 168 GUID2FuncDescMap.emplace(GUID, PseudoProbeFuncDesc(GUID, Hash, Name)) [all...] |
| PseudoProbe.h | 29 // Use func GUID and index as the location info of the inline site 54 // Inlinee function GUID 55 uint64_t GUID = 0; 57 // be an outlined function, it will use a dummy InlineSite whose GUID and 88 PseudoProbeFuncDesc(uint64_t GUID, uint64_t Hash, StringRef Name) 89 : FuncGUID(GUID), FuncHash(Hash), FuncName(Name){}; 94 // GUID to PseudoProbeFuncDesc map 113 uint64_t GUID; 123 : Address(Ad), GUID(G), Index(I), Type(K), Attribute(At), 168 // GUID to PseudoProbeFuncDesc map [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| ModuleSummaryIndex.h | 155 /// Map from global value GUID to corresponding summary structures. Use a 162 std::map<GlobalValue::GUID, GlobalValueSummaryInfo>; 164 /// Struct that holds a reference to a particular GUID in a global value 179 GlobalValue::GUID getGUID() const { return getRef()->first; } 350 /// identical to the GUID for global symbols, but differs for local since the 351 /// GUID includes the module level id in the hash. 352 GlobalValue::GUID OriginalName = 0; 379 /// Returns the hash of the original name, it is identical to the GUID for 381 GlobalValue::GUID getOriginalName() const { return OriginalName; } 384 void setOriginalName(GlobalValue::GUID Name) { OriginalName = Name; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| ThinLTOCodeGenerator.cpp | 130 // Populate map of GUID to the prevailing copy for any multiply defined 135 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) { 267 DenseSet<GlobalValue::GUID> &PreservedGUID) { 274 // Convert the PreservedSymbols map from "Name" based to "GUID" based. 278 DenseSet<GlobalValue::GUID> &GUIDs) { 280 // compute the GUID for the symbol. 288 static DenseSet<GlobalValue::GUID> 292 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); 334 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, 420 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols [all...] |
| LTO.cpp | 82 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, 84 const std::set<GlobalValue::GUID> &CfiFunctionDefs, 85 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { 150 auto GUID = VI.getGUID(); 151 ExportsGUID.push_back(GUID); 156 for (uint64_t GUID : ExportsGUID) { 158 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&GUID, sizeof(GUID))); 187 sizeof(GlobalValue::GUID))); 194 std::set<GlobalValue::GUID> UsedCfiDefs [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| PseudoProbePrinter.cpp | 32 auto GUID = 39 // up the last <Name, GUID> pair here to represent the same-named function 42 Names[Name] = GUID; 48 void PseudoProbeHandler::emitPseudoProbe(uint64_t Guid, uint64_t Index, 54 // and B inlines C at probe 66 where C is represented by Guid. 73 Asm->OutStreamer->emitPseudoProbe(Guid, Index, Type, Attr, InlineStack); 79 dbgs() << "\nFunction Name to GUID map:\n"; 82 dbgs() << "Func: " << Item.first << " GUID: " << Item.second << "\n";
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
| 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 = {}); 348 DenseMap<GlobalValue::GUID, StringRef> PrevailingModuleForGUID; 433 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 444 DenseSet<GlobalValue::GUID> DynamicExportSymbols [all...] |
| /src/sbin/efi/ |
| devpath4.c | 105 case SIGNATURE_TYPE_GUID: name_SignatureType = "GUID"; break; 258 uuid_t GUID; 263 uuid_snprintf(uuid_str, sizeof(uuid_str), &p->GUID); 269 DEVPATH_FMT(GUID: %s\n), 307 uuid_t GUID; 310 { .GUID = EFI_VIRTUAL_DISK_GUID, 313 { .GUID = EFI_VIRTUAL_CD_GUID, 316 { .GUID = EFI_PERSISTENT_VIRTUAL_DISK_GUID, 319 { .GUID =EFI_PERSISTENT_VIRTUAL_CD_GUID, 325 if (memcmp(uuid, &tbl[i].GUID, sizeof(*uuid)) == 0) [all...] |
| devpath1.c | 49 * XXX: I can't find this GUID documented anywhere online. I snarfed 185 uuid_t GUID; 200 uuid_snprintf(uuid_str, sizeof(uuid_str), &p->GUID); 203 DEVPATH_FMT(GUID: %s\n) 217 uuid_t GUID; 224 if (memcmp(&p->GUID, &EFI_EDD10_PATH_GUID, sizeof(uuid_t)) == 0) { 230 uuid_snprintf(uuid_str, sizeof(uuid_str), &p->GUID); 240 DEVPATH_FMT(GUID: %s\n),
|
| devpath3.c | 52 GUID= EFI_PC_ANSI_GUID 53 GUID= EFI_VT_100_GIUD 54 GUID= EFI_VT_100_PLUS_GUID 55 GUID= EFI_VT_UTF8_GUID 56 GUID= DEVICE_PATH_MESSAGING_UART_FLOW_CONTROL 57 GUID= EFI_DEBUGPORT_PROTOCOL_GUID 58 GUID= d487ddb4-008b-11d9-afdc-001083ffca4d 242 uint64_t GUID; /* XXX: not an EFI_GUID */ 246 path->sz = easprintf(&path->cp, "11394(0x%016" PRIx64 ")", p->GUID); 252 DEVPATH_FMT(GUID:) " 0x%016" PRIx64 "\n" [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| ModuleSummaryIndex.cpp | 146 // (GUID -> Summary). 150 auto GUID = GlobalList.first; 159 GVSummaryMap[GUID] = Summary; 175 bool ModuleSummaryIndex::isGUIDLive(GlobalValue::GUID GUID) const { 176 auto VI = getValueInfo(GUID); 246 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { 255 // it is possible that there is a GUID collision between internal 380 GlobalValue::GUID Src; 381 GlobalValue::GUID Dst [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| CodeViewYAMLTypes.h | 62 LLVM_YAML_DECLARE_SCALAR_TRAITS(codeview::GUID, QuotingType::Single)
|
| /src/external/bsd/libevent/dist/ |
| event_iocp.c | 114 get_extension_function(SOCKET s, const GUID *which_fn) 119 (GUID*)which_fn, sizeof(*which_fn), 151 const GUID acceptex = WSAID_ACCEPTEX; 152 const GUID connectex = WSAID_CONNECTEX; 153 const GUID getacceptexsockaddrs = WSAID_GETACCEPTEXSOCKADDRS;
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| event_iocp.c | 115 get_extension_function(SOCKET s, const GUID *which_fn) 120 (GUID*)which_fn, sizeof(*which_fn), 152 const GUID acceptex = WSAID_ACCEPTEX; 153 const GUID connectex = WSAID_CONNECTEX; 154 const GUID getacceptexsockaddrs = WSAID_GETACCEPTEXSOCKADDRS;
|