Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp585 struct IsExported { struct
586 const StringMap<FunctionImporter::ExportSetTy> &ExportLists;
587 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols;
589 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported() function
593 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const { in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp884 Constant *TheFn, bool &IsExported) { in applySingleImplDevirt()
914 bool IsExported = false; in AddCalls() local
948 bool IsExported = false; in trySingleImplDevirt() local
1015 bool IsExported = AddCalls(SlotInfo, TheFn); in trySingleImplDevirt() local
1095 bool IsExported = false; in tryICallBranchFunnel() local
1102 Constant *JT, bool &IsExported) { in applyICallBranchFunnel()
1714 bool IsExported = false; in importResolution() local
1759 bool IsExported = false; in importResolution() local
DLowerTypeTests.cpp274 bool IsExported; member in __anone3e35a2d0111::GlobalTypeMember
280 bool IsJumpTableCanonical, bool IsExported, in create()
407 bool IsExported = false; member
1951 bool IsExported = false; in lower() local
/third_party/typescript/src/compiler/transformers/
Dts.ts29 IsExported = IsExportOfNamespace | IsDefaultExternalExport | IsNamedExternalExport, enumerator