Home
last modified time | relevance | path

Searched refs:getBackend (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/MC/
DMCObjectStreamer.cpp41 delete &Assembler->getBackend(); in ~MCObjectStreamer()
175 if (!getAssembler().getBackend().mayNeedRelaxation(Inst)) { in EmitInstruction()
184 getAssembler().getBackend().relaxInstruction(Inst, Relaxed); in EmitInstruction()
185 while (getAssembler().getBackend().mayNeedRelaxation(Relaxed)) in EmitInstruction()
186 getAssembler().getBackend().relaxInstruction(Relaxed, Relaxed); in EmitInstruction()
DMCAssembler.cpp225 return getBackend().doesSectionRequireSymbols(Symbol.getSection()); in isSymbolLinkerVisible()
239 if (!getBackend().isSectionAtomizable( in getAtom()
337 while (Size % getBackend().getMinimumNopSize()) in computeFragmentSize()
422 if (!Asm.getBackend().writeNopData(Count, OW)) in WriteFragmentData()
629 getBackend().applyFixup(Fixup, DF->getContents().data(), in Finish()
639 getBackend().applyFixup(Fixup, IF->getCode().data(), in Finish()
664 return getBackend().fixupNeedsRelaxation(Fixup, Value, DF, Layout); in fixupNeedsRelaxation()
672 if (!getBackend().mayNeedRelaxation(IF->getInst())) in fragmentNeedsRelaxation()
696 getBackend().relaxInstruction(IF.getInst(), Relaxed); in relaxInstruction()
DMachObjectWriter.cpp53 const MCFixupKindInfo &FKI = Asm.getBackend().getFixupKindInfo( in isFixupKindPCRel()
606 if (!Asm.getBackend().hasReliableSymbolDifference()) { in IsSymbolRefDifferenceFullyResolvedImpl()
DMCMachOStreamer.cpp163 getAssembler().getBackend().handleAssemblerFlag(Flag); in EmitAssemblerFlag()
DELFObjectWriter.cpp342 Asm.getBackend().getFixupKindInfo((MCFixupKind) Kind); in isFixupKindPCRel()
/external/llvm/include/llvm/MC/
DMCAssembler.h828 MCAsmBackend &getBackend() const { return Backend; } in getBackend() function