Searched refs:getBackend (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 41 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()
|
D | MCAssembler.cpp | 225 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()
|
D | MachObjectWriter.cpp | 53 const MCFixupKindInfo &FKI = Asm.getBackend().getFixupKindInfo( in isFixupKindPCRel() 606 if (!Asm.getBackend().hasReliableSymbolDifference()) { in IsSymbolRefDifferenceFullyResolvedImpl()
|
D | MCMachOStreamer.cpp | 163 getAssembler().getBackend().handleAssemblerFlag(Flag); in EmitAssemblerFlag()
|
D | ELFObjectWriter.cpp | 342 Asm.getBackend().getFixupKindInfo((MCFixupKind) Kind); in isFixupKindPCRel()
|
/external/llvm/include/llvm/MC/ |
D | MCAssembler.h | 828 MCAsmBackend &getBackend() const { return Backend; } in getBackend() function
|