Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h103 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize()
235 bool ShouldInternalize = EnableLTOInternalization; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp424 if (!ShouldInternalize) in applyScopeRestrictions()
455 if (!ShouldInternalize || !ShouldRestoreGlobalsLinkage) in restoreLinkageForExternals()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A Dlto.h583 lto_bool_t ShouldInternalize);