Home
last modified time | relevance | path

Searched refs:IsExported (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp503 bool &IsExported);
510 bool &IsExported);
884 Constant *TheFn, bool &IsExported) { in applySingleImplDevirt() argument
897 IsExported = true; in applySingleImplDevirt()
914 bool IsExported = false; in AddCalls() local
920 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
924 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
930 return IsExported; in AddCalls()
948 bool IsExported = false; in trySingleImplDevirt() local
949 applySingleImplDevirt(SlotInfo, TheFn, IsExported); in trySingleImplDevirt()
[all …]
DLowerTypeTests.cpp274 bool IsExported; member in __anoncaa44a2c0111::GlobalTypeMember
280 bool IsJumpTableCanonical, bool IsExported, in create() argument
287 GTM->IsExported = IsExported; in create()
302 return IsExported; in isExported()
407 bool IsExported = false; member
1153 if (TIUI.IsExported) { in lowerTypeTestCalls()
1951 bool IsExported = false; in lower() local
1957 IsExported = true; in lower()
1969 IsExported, Types); in lower()
2064 AddTypeIdUse(MD).IsExported = true; in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp585 struct IsExported { struct
589 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported() function
672 Index, IsExported(ExportLists, GUIDPreservedSymbols), in promote()
831 Index, IsExported(ExportLists, GUIDPreservedSymbols), in internalize()
1007 IsExported(ExportLists, GUIDPreservedSymbols), in run()
1010 *Index, IsExported(ExportLists, GUIDPreservedSymbols), in run()
/third_party/typescript/src/compiler/transformers/
Dts.ts31 IsExported = IsExportOfNamespace | IsDefaultExternalExport | IsNamedExternalExport, enumerator