Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAssembler.h460 MCLOHContainer &getLOHContainer() { return LOHContainer; } in getLOHContainer() function
461 const MCLOHContainer &getLOHContainer() const { in getLOHContainer() function
462 return const_cast<MCAssembler *>(this)->getLOHContainer(); in getLOHContainer()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h398 const MILOHContainer &getLOHContainer() const { return LOHContainerSet; } in getLOHContainer() function
H A DAArch64AsmPrinter.cpp698 for (const auto &D : AArch64FI->getLOHContainer()) { in emitLOHs()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp835 uint64_t LOHRawSize = Asm.getLOHContainer().getEmitSize(*this, Layout); in writeObject()
1051 Asm.getLOHContainer().emit(*this, Layout); in writeObject()
H A DMCMachOStreamer.cpp122 getAssembler().getLOHContainer().addDirective(Kind, Args); in emitLOHDirective()
H A DMCAssembler.cpp124 getLOHContainer().reset(); in reset()