OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DstM
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Linker/
IRMover.cpp
374
/// from SrcM to
DstM
.
376
Module &
DstM
;
386
/// in
DstM
. ValueToValueMapTy is a ValueMap, which involves some overhead
462
GlobalValue *DGV =
DstM
.getNamedValue(SrcGV->getName());
509
IRLinker(Module &
DstM
, IRMover::IdentifiedStructTypeSet &Set, Module &SrcM,
514
:
DstM
(
DstM
), SrcM(SrcM), AddLazyFor(AddLazyFor), TypeMap(Set),
705
new GlobalVariable(
DstM
, TypeMap.get(SGVar->getType()->getElementType()),
720
GlobalValue::ExternalLinkage, SF->getName(), &
DstM
);
730
&
DstM
);
[
all
...]
LinkModules.cpp
97
Module &
DstM
= Mover.getModule();
104
GlobalValue *DGV =
DstM
.getNamedValue(getName(SrcGV));
370
Module &
DstM
= Mover.getModule();
403
if (getComdatLeader(
DstM
, ComdatName, DstGV) ||
407
const DataLayout &DstDL =
DstM
.getDataLayout();
438
Module &
DstM
= Mover.getModule();
441
Module::ComdatSymTabType &ComdatSymTab =
DstM
.getComdatSymbolTable();
702
// Insert all of the globals in src into the
DstM
module... without linking
738
Module &
DstM
= Mover.getModule();
740
GlobalValue *GV =
DstM
.getNamedValue(P.first())
[
all
...]
Completed in 255 milliseconds