Searched refs:doPreLayout (Results 1 – 12 of 12) sorted by relevance
54 void doPreLayout(IRBuilder& pBuilder);
185 void AArch64GNULDBackend::doPreLayout(IRBuilder& pBuilder) { in doPreLayout() function in mcld::AArch64GNULDBackend
63 void doPreLayout(IRBuilder& pBuilder);
283 void ARMGNULDBackend::doPreLayout(IRBuilder& pBuilder) { in doPreLayout() function in mcld::ARMGNULDBackend
48 void doPreLayout(IRBuilder& pBuilder);
84 void HexagonLDBackend::doPreLayout(IRBuilder& pBuilder) { in doPreLayout() function in mcld::HexagonLDBackend
44 void doPreLayout(IRBuilder& pBuilder);
82 void X86GNULDBackend::doPreLayout(IRBuilder& pBuilder) { in doPreLayout() function in mcld::X86GNULDBackend
55 void doPreLayout(IRBuilder& pBuilder);
180 void MipsGNULDBackend::doPreLayout(IRBuilder& pBuilder) { in doPreLayout() function in mcld::MipsGNULDBackend
419 virtual void doPreLayout(IRBuilder& pBuilder) = 0;
2503 doPreLayout(pBuilder); in preLayout()