OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asmUsed
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/lto/
LTOCodeGenerator.cpp
307
SmallPtrSet<GlobalValue*, 8> &
asmUsed
,
317
asmUsed
.insert(&GV);
343
SmallPtrSet<GlobalValue*, 8>
asmUsed
;
347
applyRestriction(*f, mustPreserveList,
asmUsed
, mangler);
350
applyRestriction(*v, mustPreserveList,
asmUsed
, mangler);
353
applyRestriction(*a, mustPreserveList,
asmUsed
, mangler);
357
findUsedValues(LLVMCompilerUsed,
asmUsed
);
361
if (!
asmUsed
.empty()) {
364
for (SmallPtrSet<GlobalValue*, 16>::const_iterator i =
asmUsed
.begin(),
365
e =
asmUsed
.end(); i !=e; ++i)
[
all
...]
LTOCodeGenerator.h
112
llvm::SmallPtrSet<llvm::GlobalValue*, 8> &
asmUsed
,
Completed in 23 milliseconds