Searched refs:IsExported (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | WholeProgramDevirt.cpp | 617 bool &IsExported); 624 bool &IsExported); 1095 Constant *TheFn, bool &IsExported) { in applySingleImplDevirt() argument 1166 IsExported = true; in applySingleImplDevirt() 1183 bool IsExported = false; in AddCalls() local 1189 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls() 1193 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls() 1199 return IsExported; in AddCalls() 1217 bool IsExported = false; in trySingleImplDevirt() local 1218 applySingleImplDevirt(SlotInfo, TheFn, IsExported); in trySingleImplDevirt() [all …]
|
| D | LowerTypeTests.cpp | 280 bool IsExported; member in __anond156a79f0111::GlobalTypeMember 286 bool IsJumpTableCanonical, bool IsExported, in create() argument 293 GTM->IsExported = IsExported; in create() 308 return IsExported; in isExported() 426 bool IsExported = false; member 1141 if (TIUI.IsExported) { in lowerTypeTestCalls() 1559 const bool IsExported = Functions[I]->isExported(); in buildBitSetsFromFunctionsNative() local 1561 GlobalValue::LinkageTypes LT = IsExported in buildBitSetsFromFunctionsNative() 1567 if (IsExported) in buildBitSetsFromFunctionsNative() 1573 if (IsExported) { in buildBitSetsFromFunctionsNative() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/LTO/ |
| D | ThinLTOCodeGenerator.cpp | 650 struct IsExported { struct 654 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported() argument 738 Index, IsExported(ExportLists, GUIDPreservedSymbols), in promote() 900 Index, IsExported(ExportLists, GUIDPreservedSymbols), in internalize() 1096 IsExported(ExportLists, GUIDPreservedSymbols), in run() 1099 *Index, IsExported(ExportLists, GUIDPreservedSymbols), in run()
|