Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h86 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize()
191 bool ShouldInternalize = true; member
/external/llvm/include/llvm-c/
Dlto.h537 lto_bool_t ShouldInternalize);
/external/llvm/tools/lto/
Dlto.cpp430 bool ShouldInternalize) { in lto_codegen_set_should_internalize() argument
431 unwrap(cg)->setShouldInternalize(ShouldInternalize); in lto_codegen_set_should_internalize()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp400 if (ScopeRestrictionsDone || !ShouldInternalize) in applyScopeRestrictions()