Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAssembler.h390 MCLOHContainer &getLOHContainer() { return LOHContainer; } in getLOHContainer() function
391 const MCLOHContainer &getLOHContainer() const { in getLOHContainer() function
392 return const_cast<MCAssembler *>(this)->getLOHContainer(); in getLOHContainer()
/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h183 const MILOHContainer &getLOHContainer() const { return LOHContainerSet; } in getLOHContainer() function
DAArch64AsmPrinter.cpp143 for (const auto &D : AArch64FI->getLOHContainer()) { in EmitLOHs()
/external/llvm/lib/MC/
DMachObjectWriter.cpp742 uint64_t LOHRawSize = Asm.getLOHContainer().getEmitSize(*this, Layout); in writeObject()
941 Asm.getLOHContainer().emit(*this, Layout); in writeObject()
DMCMachOStreamer.cpp117 getAssembler().getLOHContainer().addDirective(Kind, Args); in EmitLOHDirective()
DMCAssembler.cpp99 getLOHContainer().reset(); in reset()