Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h157 const MILOHContainer &getLOHContainer() const { return LOHContainerSet; } in getLOHContainer() function
DAArch64AsmPrinter.cpp152 for (const auto &D : AArch64FI->getLOHContainer()) { in EmitLOHs()
/external/llvm/include/llvm/MC/
DMCAssembler.h864 MCLOHContainer &getLOHContainer() { return LOHContainer; }
865 const MCLOHContainer &getLOHContainer() const {
866 return const_cast<MCAssembler *>(this)->getLOHContainer();
/external/llvm/lib/MC/
DMachObjectWriter.cpp738 uint64_t LOHRawSize = Asm.getLOHContainer().getEmitSize(*this, Layout); in writeObject()
937 Asm.getLOHContainer().emit(*this, Layout); in writeObject()
DMCMachOStreamer.cpp115 getAssembler().getLOHContainer().addDirective(Kind, Args); in EmitLOHDirective()
DMCAssembler.cpp367 getLOHContainer().reset(); in reset()