Lines Matching refs:ObjectLinker

55 ObjectLinker::ObjectLinker(const LinkerConfig& pConfig,  in ObjectLinker()  function in mcld::ObjectLinker
70 ObjectLinker::~ObjectLinker() { in ~ObjectLinker()
80 bool ObjectLinker::initialize(Module& pModule, IRBuilder& pBuilder) { in initialize()
105 bool ObjectLinker::initStdSections() { in initStdSections()
118 void ObjectLinker::addUndefinedSymbols() { in addUndefinedSymbols()
146 void ObjectLinker::normalize() { in normalize()
229 bool ObjectLinker::linkable() const { in linkable()
264 void ObjectLinker::dataStrippingOpt() { in dataStrippingOpt()
286 bool ObjectLinker::readRelocations() { in readRelocations()
302 bool ObjectLinker::mergeSections() { in mergeSections()
443 void ObjectLinker::addSymbolToOutput(ResolveInfo& pInfo, Module& pModule) { in addSymbolToOutput()
479 void ObjectLinker::addSymbolsToOutput(Module& pModule) { in addSymbolsToOutput()
499 bool ObjectLinker::addStandardSymbols() { in addStandardSymbols()
513 bool ObjectLinker::addTargetSymbols() { in addTargetSymbols()
520 bool ObjectLinker::addScriptSymbols() { in addScriptSymbols()
581 bool ObjectLinker::scanRelocations() { in scanRelocations()
622 bool ObjectLinker::initStubs() { in initStubs()
636 bool ObjectLinker::allocateCommonSymbols() { in allocateCommonSymbols()
644 bool ObjectLinker::prelayout() { in prelayout()
698 bool ObjectLinker::layout() { in layout()
704 bool ObjectLinker::postlayout() { in postlayout()
713 bool ObjectLinker::finalizeSymbolValue() { in finalizeSymbolValue()
779 bool ObjectLinker::relocation() { in relocation()
850 bool ObjectLinker::emitOutput(FileOutputBuffer& pOutput) { in emitOutput()
855 bool ObjectLinker::postProcessing(FileOutputBuffer& pOutput) { in postProcessing()
868 void ObjectLinker::normalSyncRelocationResult(FileOutputBuffer& pOutput) { in normalSyncRelocationResult()
927 void ObjectLinker::partialSyncRelocationResult(FileOutputBuffer& pOutput) { in partialSyncRelocationResult()
954 void ObjectLinker::writeRelocationResult(Relocation& pReloc, uint8_t* pOutput) { in writeRelocationResult()