Searched defs:SrcBehavior (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Linker/
H A DLinkModules.cpp1275 ConstantInt *SrcBehavior = cast<ConstantInt>(SrcOp->getOperand(0)); local
1278 unsigned SrcBehaviorValue = SrcBehavior->getZExtValue();
1312 DstOp->replaceOperandWith(0, SrcBehavior);

Completed in 86 milliseconds