OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValuesToLink
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Linker/
LinkModules.cpp
31
SetVector<GlobalValue *>
ValuesToLink
;
624
ValuesToLink
.insert(&GV);
632
ValuesToLink
.insert(&GV);
663
ValuesToLink
.insert(&GV);
718
for (unsigned I = 0; I <
ValuesToLink
.size(); ++I) {
719
GlobalValue *GV =
ValuesToLink
[I];
724
ValuesToLink
.insert(GV2);
728
for (GlobalValue *GV :
ValuesToLink
)
732
if (Mover.move(SrcM,
ValuesToLink
.getArrayRef(),
765
SetVector<GlobalValue *>
ValuesToLink
;
[
all
...]
IRMover.cpp
392
DenseSet<GlobalValue *>
ValuesToLink
;
396
if (
ValuesToLink
.insert(GV).second)
510
ArrayRef<GlobalValue *>
ValuesToLink
,
518
for (GlobalValue *GV :
ValuesToLink
)
[
all
...]
/external/llvm/include/llvm/Linker/
IRMover.h
63
bool move(Module &Src, ArrayRef<GlobalValue *>
ValuesToLink
,
Completed in 735 milliseconds