Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h98 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize()
239 bool ShouldInternalize = EnableLTOInternalization; member
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A Dlto.h539 lto_bool_t ShouldInternalize);
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp422 if (!ShouldInternalize) in applyScopeRestrictions()
453 if (!ShouldInternalize || !ShouldRestoreGlobalsLinkage) in restoreLinkageForExternals()