Home
last modified time | relevance | path

Searched defs:GUID (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DGUID.h21 struct GUID { struct
25 inline bool operator==(const GUID &LHS, const GUID &RHS) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp76 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey()
151 auto GUID = VI.getGUID(); in computeLTOCacheKey() local
306 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolvePrevailingGUID()
360 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolvePrevailingInIndex()
390 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOInternalizeAndPromoteGUID()
421 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOInternalizeAndPromoteInIndex()
821 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO() local
909 GlobalValue::GUID GUID = GlobalValue::getGUID( in run() local
1085 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread()
1122 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start()
[all …]
DThinLTOCodeGenerator.cpp131 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) { in computePrevailingCopies()
318 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry()
466 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex()
469 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in resolvePrevailingInIndex()
472 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex()
482 GlobalValue::LinkageTypes NewLinkage) { in resolvePrevailingInIndex()
979 for (auto GUID : ExportedGUIDs) in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp181 GlobalValue::GUID GUID) { in selectCallee()
278 auto GUID = Index.getGUIDFromOriginalID(VI.getGUID()); in updateValueInfoForIndirectCalls() local
766 auto GUID = GlobalList.first; in ComputeCrossModuleImportForModuleFromIndex() local
795 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbols() local
1149 auto GUID = F.getGUID(); in importFunctions() local
1171 auto GUID = GV.getGUID(); in importFunctions() local
1185 auto GUID = GA.getGUID(); in importFunctions() local
DWholeProgramDevirt.cpp1904 auto GUID = in run() local
DLowerTypeTests.cpp1862 const GlobalValue::GUID GUID = GlobalValue::getGUID( in lower() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp76 auto GUID = GlobalList.first; in collectDefinedFunctionsForModule() local
DAsmWriter.cpp1146 int SlotTracker::getGUIDSlot(GlobalValue::GUID GUID) { in getGUIDSlot()
1230 void SlotTracker::CreateGUIDSlot(GlobalValue::GUID GUID) { in CreateGUIDSlot()
2713 auto GUID = GlobalList.first; in printModuleSummaryIndex() local
2720 auto GUID = GlobalList.first; in printModuleSummaryIndex() local
2736 auto GUID = GlobalValue::getGUID(TId.first); in printModuleSummaryIndex() local
3001 for (auto &GUID : TIDInfo.TypeTests) { in printTypeIdInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h458 using GUID = uint64_t; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h502 using GUID = uint64_t; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp7933 std::string Name, GlobalValue::GUID GUID, GlobalValue::LinkageTypes Linkage, in AddGlobalValueToIndex()
8007 GlobalValue::GUID GUID = 0; in ParseGVEntry() local
8078 bool LLParser::ParseFunctionSummary(std::string Name, GlobalValue::GUID GUID, in ParseFunctionSummary()
8148 bool LLParser::ParseVariableSummary(std::string Name, GlobalValue::GUID GUID, in ParseVariableSummary()
8203 bool LLParser::ParseAliasSummary(std::string Name, GlobalValue::GUID GUID, in ParseAliasSummary()
8605 GlobalValue::GUID GUID = 0; in ParseTypeTests() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp123 HRESULT (__stdcall IDiaSymbol::*Method)(GUID *)) { in PrivateGetDIAValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp655 auto GUID = std::to_string(MD5Hash(Name)); in readImpl() local
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c55 } GUID; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5957 auto GUID = getValueInfoFromValueId(ValueID); in parseEntireSummary() local
5979 auto GUID = getValueInfoFromValueId(ValueID); in parseEntireSummary() local
6007 auto GUID = getValueInfoFromValueId(ValueID); in parseEntireSummary() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4080 GlobalValue::GUID GUID = EI.first.getGUID(); in writeCombinedGlobalValueSummary() local
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h1163 } __attribute__((__packed__)) GUID; typedef
/third_party/mesa3d/include/D3D9/
Dd3d9types.h113 } GUID, IID, *LPGUID, *REFGUID, *REFIID; typedef