OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldInternalize
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/LTO/
LTOCodeGenerator.h
86
void setShouldInternalize(bool Value) {
ShouldInternalize
= Value; }
191
bool
ShouldInternalize
= true;
/external/llvm/include/llvm-c/
lto.h
537
lto_bool_t
ShouldInternalize
);
/external/llvm/tools/lto/
lto.cpp
430
bool
ShouldInternalize
) {
431
unwrap(cg)->setShouldInternalize(
ShouldInternalize
);
/external/llvm/lib/LTO/
LTOCodeGenerator.cpp
400
if (ScopeRestrictionsDone || !
ShouldInternalize
)
Completed in 255 milliseconds