Home
last modified time | relevance | path

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

12345678910

/external/mesa3d/src/gallium/state_trackers/nine/
Dguid.c26 const GUID IID_IUnknown = { 0x00000000, 0x0000, 0x0000, { 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,…
27 const GUID IID_ID3D9Adapter = { 0xBF6C7B9A, 0xF0BE, 0x11DF, { 0x81, 0xE3, 0x7F, 0x57, 0xDF, 0xD7, 0…
28 const GUID IID_IDirect3D9ExOverlayExtension = { 0x187AEB13, 0xAAF5, 0x4C59, { 0x87, 0x6D, 0xE0, 0x5…
29 const GUID IID_IDirect3DAuthenticatedChannel9 = { 0xFF24BEEE, 0xDA21, 0x4BEB, { 0x98, 0xB5, 0xD2, 0…
30 const GUID IID_IDirect3DBaseTexture9 = { 0x580CA87E, 0x1D3C, 0x4D54, { 0x99, 0x1D, 0xB7, 0xD3, 0xE3…
31 const GUID IID_IDirect3DCryptoSession9 = { 0xFA0AB799, 0x7A9C, 0x48CA, { 0x8C, 0x5B, 0x23, 0x7E, 0x…
32 const GUID IID_IDirect3DCubeTexture9 = { 0xFFF32F81, 0xD953, 0x473A, { 0x92, 0x23, 0x93, 0xD6, 0x52…
33 const GUID IID_IDirect3DDevice9 = { 0xD0223B96, 0xBF7A, 0x43FD, { 0x92, 0xBD, 0xA4, 0x3B, 0x0D, 0x8…
34 const GUID IID_IDirect3DDevice9Ex = { 0xB18B10CE, 0x2649, 0x405A, { 0x87, 0x0F, 0x95, 0xF7, 0x77, 0…
35 const GUID IID_IDirect3DDevice9Video = { 0x26DC4561, 0xA1EE, 0x4AE7, { 0x96, 0xDA, 0x11, 0x8A, 0x36…
[all …]
Ddevice9video.h40 const GUID *pCryptoType,
41 const GUID *pDecodeProfile,
52 const GUID *pCryptoType,
53 const GUID *pDecodeProfile,
Ddevice9video.c29 const GUID *pCryptoType, in NineDevice9Video_GetContentProtectionCaps()
30 const GUID *pDecodeProfile, in NineDevice9Video_GetContentProtectionCaps()
47 const GUID *pCryptoType, in NineDevice9Video_CreateCryptoSession()
48 const GUID *pDecodeProfile, in NineDevice9Video_CreateCryptoSession()
/external/llvm/test/Transforms/FunctionImport/
Dfuncimport.ll4 …-lto -thinlto -print-summary-global-ids -o %t3 %t.bc %t2.bc 2>&1 | FileCheck %s --check-prefix=GUID
110 ; The actual GUID values will depend on path to test.
111 ; GUID-DAG: GUID {{.*}} is weakalias
112 ; GUID-DAG: GUID {{.*}} is referenceglobals
113 ; GUID-DAG: GUID {{.*}} is weakfunc
114 ; GUID-DAG: GUID {{.*}} is main
115 ; GUID-DAG: GUID {{.*}} is referencecommon
116 ; GUID-DAG: GUID {{.*}} is analias
117 ; GUID-DAG: GUID {{.*}} is referencestatics
118 ; GUID-DAG: GUID {{.*}} is linkoncealias
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/
Dfuncimport.ll4 …-lto -thinlto -print-summary-global-ids -o %t3 %t.bc %t2.bc 2>&1 | FileCheck %s --check-prefix=GUID
115 ; The actual GUID values will depend on path to test.
116 ; GUID-DAG: GUID {{.*}} is weakalias
117 ; GUID-DAG: GUID {{.*}} is referenceglobals
118 ; GUID-DAG: GUID {{.*}} is weakfunc
119 ; GUID-DAG: GUID {{.*}} is main
120 ; GUID-DAG: GUID {{.*}} is referencecommon
121 ; GUID-DAG: GUID {{.*}} is analias
122 ; GUID-DAG: GUID {{.*}} is referencestatics
123 ; GUID-DAG: GUID {{.*}} is linkoncealias
[all …]
/external/clang/test/CodeGenCXX/
Dmicrosoft-uuidof.cpp18 typedef struct _GUID GUID; typedef
27 GUID thing = __uuidof(Curly);
34 GUID g = __uuidof(S1);
41 const GUID& gr = __uuidof(S1);
44 const GUID* gp = &__uuidof(S1);
47 const GUID* cp = &__uuidof(Curly);
51 const GUID& zeroiid = __uuidof(0);
78 GUID s1_1 = __uuidof(S1); in fun()
84 GUID s1_2 = __uuidof(S1); in fun()
90 GUID s1_3 = __uuidof(s1); in fun()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DGUID.h22 struct GUID { struct
26 inline bool operator==(const GUID &LHS, const GUID &RHS) { argument
30 inline bool operator<(const GUID &LHS, const GUID &RHS) {
34 inline bool operator<=(const GUID &LHS, const GUID &RHS) {
38 inline bool operator>(const GUID &LHS, const GUID &RHS) {
42 inline bool operator>=(const GUID &LHS, const GUID &RHS) {
46 inline bool operator!=(const GUID &LHS, const GUID &RHS) {
50 raw_ostream &operator<<(raw_ostream &OS, const GUID &Guid);
/external/llvm/lib/LTO/
DLTO.cpp44 GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, in thinLTOResolveWeakForLinkerGUID() argument
46 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolveWeakForLinkerGUID() argument
48 function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)> in thinLTOResolveWeakForLinkerGUID()
58 if (isPrevailing(GUID, S.get())) { in thinLTOResolveWeakForLinkerGUID()
69 recordNewLinkage(S->modulePath(), GUID, S->linkage()); in thinLTOResolveWeakForLinkerGUID()
81 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolveWeakForLinkerInIndex() argument
83 function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)> in thinLTOResolveWeakForLinkerInIndex()
100 GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, in thinLTOInternalizeAndPromoteGUID() argument
101 function_ref<bool(StringRef, GlobalValue::GUID)> isExported) { in thinLTOInternalizeAndPromoteGUID()
103 if (isExported(S->modulePath(), GUID)) { in thinLTOInternalizeAndPromoteGUID()
[all …]
DThinLTOCodeGenerator.cpp119 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) { in computePrevailingCopies() argument
181 static DenseSet<GlobalValue::GUID>
184 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols()
230 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument
232 const DenseSet<GlobalValue::GUID> &PreservedSymbols) { in ModuleCacheEntry()
265 sizeof(GlobalValue::GUID))); in ModuleCacheEntry()
274 ArrayRef<uint8_t>((const uint8_t *)&Entry, sizeof(GlobalValue::GUID))); in ModuleCacheEntry()
335 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule()
396 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolveWeakForLinkerInIndex() argument
399 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in resolveWeakForLinkerInIndex()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h144 std::map<GlobalValue::GUID, GlobalValueSummaryInfo>;
160 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID()
280 GlobalValue::GUID OriginalName = 0;
309 GlobalValue::GUID getOriginalName() const { return OriginalName; }
312 void setOriginalName(GlobalValue::GUID Name) { OriginalName = Name; }
368 GlobalValue::GUID AliaseeGUID;
381 void setAliaseeGUID(GlobalValue::GUID GUID) { AliaseeGUID = GUID; }
394 const GlobalValue::GUID &getAliaseeGUID() const {
431 GlobalValue::GUID GUID;
449 std::vector<GlobalValue::GUID> TypeTests;
[all …]
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp109 GlobalValue::GUID GUID) { in canBeExternallyReferenced() argument
110 auto Summaries = Index.findGlobalValueSummaryList(GUID); in canBeExternallyReferenced()
204 static const GlobalValueSummary *selectCallee(GlobalValue::GUID GUID, in selectCallee() argument
207 auto CalleeSummaryList = Index.findGlobalValueSummaryList(GUID); in selectCallee()
218 GlobalValue::GUID GUID, in exportGlobalInModule() argument
221 [&](GlobalValue::GUID GUID) -> GlobalValueSummary *{ in exportGlobalInModule() argument
222 auto SummaryList = Index.findGlobalValueSummaryList(GUID); in exportGlobalInModule()
237 auto *Summary = FindGlobalSummaryInModule(GUID); in exportGlobalInModule()
241 ExportList.insert(GUID); in exportGlobalInModule()
252 auto GUID = Ref.getGUID(); in exportGlobalInModule() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp61 GlobalValue::GUID,
72 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeCacheKey() argument
75 const std::set<GlobalValue::GUID> &CfiFunctionDefs, in computeCacheKey()
76 const std::set<GlobalValue::GUID> &CfiFunctionDecls) { in computeCacheKey()
165 sizeof(GlobalValue::GUID))); in computeCacheKey()
172 std::set<GlobalValue::GUID> UsedCfiDefs; in computeCacheKey()
173 std::set<GlobalValue::GUID> UsedCfiDecls; in computeCacheKey()
176 std::set<GlobalValue::GUID> UsedTypeIds; in computeCacheKey()
178 auto AddUsedCfiGlobal = [&](GlobalValue::GUID ValueGUID) { in computeCacheKey()
196 UsedTypeIds.insert(TT.GUID); in computeCacheKey()
[all …]
DThinLTOCodeGenerator.cpp124 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) { in computePrevailingCopies() argument
250 static DenseSet<GlobalValue::GUID>
253 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols()
299 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument
301 const DenseSet<GlobalValue::GUID> &PreservedSymbols, unsigned OptLevel, in ModuleCacheEntry()
375 sizeof(GlobalValue::GUID))); in ModuleCacheEntry()
384 ArrayRef<uint8_t>((const uint8_t *)&Entry, sizeof(GlobalValue::GUID))); in ModuleCacheEntry()
447 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule()
509 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolveWeakForLinkerInIndex() argument
512 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in resolveWeakForLinkerInIndex()
[all …]
/external/swiftshader/src/D3D8/
DDirect3DResource8.hpp42 …long __stdcall SetPrivateData(const GUID &guid, const void *data, unsigned long size, unsigned lon…
43 long __stdcall GetPrivateData(const GUID &guid, void *data, unsigned long *size) override;
44 long __stdcall FreePrivateData(const GUID &guid) override;
78 bool operator()(const GUID& left, const GUID& right) const in operator ()()
80 return memcmp(&left, &right, sizeof(GUID)) < 0; in operator ()()
84 typedef std::map<GUID, PrivateData, CompareGUID> PrivateDataMap;
/external/lzma/CPP/7zip/Archive/
DDllExports2.cpp61 STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject);
62 STDAPI CreateHasher(const GUID *clsid, IHasher **hasher);
63 STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject);
65 STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) in CreateObject()
DArchiveExports.cpp44 static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) in SetPropGUID()
49 int FindFormatCalssId(const GUID *clsid) in FindFormatCalssId()
51 GUID cls = *clsid; in FindFormatCalssId()
62 STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject) in CreateArchiver()
105 GUID clsId = CLSID_CArchiveHandler; in GetHandlerProperty2()
/external/swiftshader/src/D3D9/
DDirect3DResource9.hpp42 …long __stdcall SetPrivateData(const GUID &guid, const void *data, unsigned long size, unsigned lon…
43 long __stdcall GetPrivateData(const GUID &guid, void *data, unsigned long *size) override;
44 long __stdcall FreePrivateData(const GUID &guid) override;
80 bool operator()(const GUID& left, const GUID& right) const in operator ()()
82 return memcmp(&left, &right, sizeof(GUID)) < 0; in operator ()()
86 typedef std::map<GUID, PrivateData, CompareGUID> PrivateDataMap;
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h59 GlobalValue::GUID Id;
61 ValueUnion(GlobalValue::GUID Id) : Id(Id) {} in ValueUnion()
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {} in TheValue()
74 GlobalValue::GUID getGUID() const { in getGUID()
120 GlobalValue::GUID OriginalName;
148 GlobalValue::GUID getOriginalName() { return OriginalName; } in getOriginalName()
151 void setOriginalName(GlobalValue::GUID Name) { OriginalName = Name; } in setOriginalName()
186 void addRefEdge(GlobalValue::GUID RefGUID) { RefEdgeList.push_back(RefGUID); } in addRefEdge()
260 void addCallGraphEdge(GlobalValue::GUID CalleeGUID, CalleeInfo Info) { in addCallGraphEdge()
314 typedef std::map<GlobalValue::GUID, GlobalValueSummaryList>
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModuleSummaryIndex.cpp38 auto GUID = GlobalList.first; in collectDefinedFunctionsForModule() local
47 GVSummaryMap[GUID] = Summary; in collectDefinedFunctionsForModule()
56 auto GUID = GlobalList.first; in collectDefinedGVSummariesPerModule() local
58 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get(); in collectDefinedGVSummariesPerModule()
74 bool ModuleSummaryIndex::isGUIDLive(GlobalValue::GUID GUID) const { in isGUIDLive()
75 auto VI = getValueInfo(GUID); in isGUIDLive()
120 GlobalValue::GUID Src;
121 GlobalValue::GUID Dst;
232 DenseMap<GlobalValue::GUID, std::vector<uint64_t>> NodeMap; in exportToDot()
238 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot()
[all …]
/external/lzma/CPP/Common/
DMyGuidDef.h13 } GUID; typedef
16 #define REFGUID const GUID &
18 #define REFGUID const GUID *
50 MY_EXTERN_C const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
53 MY_EXTERN_C const GUID name
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp35 static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) throw() in SetPropGUID()
44 GUID clsId; in MethodToClassID()
52 static HRESULT FindCodecClassId(const GUID *clsid, bool isCoder2, bool isFilter, bool &encode, int … in FindCodecClassId()
114 static HRESULT CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **outObject) in CreateCoder2()
139 STDAPI CreateDecoder(UInt32 index, const GUID *iid, void **outObject) in CreateDecoder()
144 STDAPI CreateEncoder(UInt32 index, const GUID *iid, void **outObject) in CreateEncoder()
149 STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject) in CreateCoder()
250 static int FindHasherClassId(const GUID *clsid) throw() in FindHasherClassId()
273 STDAPI CreateHasher(const GUID *clsid, IHasher **outObject) in CreateHasher()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp227 GlobalValue::GUID>;
240 auto GUID = Index.getGUIDFromOriginalID(VI.getGUID()); in updateValueInfoForIndirectCalls() local
241 if (GUID == 0) in updateValueInfoForIndirectCalls()
243 return Index.getValueInfo(GUID); in updateValueInfoForIndirectCalls()
391 auto GUID = Ref.getGUID(); in computeImportForFunction() local
392 ExportList.insert(GUID); in computeImportForFunction()
467 GlobalValue::GUID G) { in isGlobalVarSummary()
476 static GlobalValue::GUID getGUID(GlobalValue::GUID G) { return G; } in getGUID()
588 auto GUID = GlobalList.first; in ComputeCrossModuleImportForModuleFromIndex() local
597 ImportList[Summary->modulePath()].insert(GUID); in ComputeCrossModuleImportForModuleFromIndex()
[all …]
/external/llvm/lib/IR/
DModuleSummaryIndex.cpp26 GlobalValue::GUID ValueGUID = OtherGlobalValSummaryLists.first; in mergeFrom()
73 auto GUID = GlobalList.first; in collectDefinedFunctionsForModule() local
82 GVSummaryMap[GUID] = Summary; in collectDefinedFunctionsForModule()
91 auto GUID = GlobalList.first; in collectDefinedGVSummariesPerModule() local
93 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get(); in collectDefinedGVSummariesPerModule()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h38 using FunctionsToImportTy = std::unordered_set<GlobalValue::GUID>;
45 DenseMap<GlobalValue::GUID,
54 using ExportSetTy = std::unordered_set<GlobalValue::GUID>;
128 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
129 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing);
/external/google-breakpad/src/common/linux/
Dguid_creator.h35 typedef MDGUID GUID; typedef
43 bool CreateGUID(GUID *guid);
46 bool GUIDToString(const GUID *guid, char *buf, int buf_len);

12345678910