Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1105 IsExported = true; in applySingleImplDevirt()
1122 bool IsExported = false; in AddCalls() local
1138 return IsExported; in AddCalls()
1156 bool IsExported = false; in trySingleImplDevirt() local
1158 if (!IsExported) in trySingleImplDevirt()
1229 if (IsExported) in trySingleImplDevirt()
1236 if (IsExported) in trySingleImplDevirt()
1310 if (IsExported) in tryICallBranchFunnel()
1318 IsExported = true; in applyICallBranchFunnel()
1963 assert(!IsExported); in importResolution()
[all …]
H A DLowerTypeTests.cpp279 bool IsExported; member in __anonedbf80d70111::GlobalTypeMember
285 bool IsJumpTableCanonical, bool IsExported, in create() argument
292 GTM->IsExported = IsExported; in create()
307 return IsExported; in isExported()
414 bool IsExported = false; member
1171 if (TIUI.IsExported) { in lowerTypeTestCalls()
2019 bool IsExported = false; in lower() local
2025 IsExported = true; in lower()
2037 IsExported, Types); in lower()
2147 AddTypeIdUse(MD).IsExported = true; in lower()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp684 struct IsExported { struct
688 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported() function
771 Index, IsExported(ExportLists, GUIDPreservedSymbols), in promote()
933 Index, IsExported(ExportLists, GUIDPreservedSymbols), in internalize()
1121 IsExported(ExportLists, GUIDPreservedSymbols), in run()
1124 *Index, IsExported(ExportLists, GUIDPreservedSymbols), in run()