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

/external/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h148 const MILOHContainer &getLOHContainer() const { return LOHContainerSet; } function in class:llvm::AArch64FunctionInfo
H A DAArch64AsmPrinter.cpp177 for (const auto &D : AArch64FI->getLOHContainer()) {
/external/llvm/include/llvm/MC/
H A DMCAssembler.h1177 MCLOHContainer & getLOHContainer() { function in class:llvm::MCAssembler
1180 const MCLOHContainer & getLOHContainer() const { function in class:llvm::MCAssembler
1181 return const_cast<MCAssembler *>(this)->getLOHContainer();
/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp108 getAssembler().getLOHContainer().addDirective(Kind, Args);
H A DMachObjectWriter.cpp797 uint64_t LOHRawSize = Asm.getLOHContainer().getEmitSize(*this, Layout);
989 Asm.getLOHContainer().Emit(*this, Layout);
H A DMCAssembler.cpp377 getLOHContainer().reset();

Completed in 290 milliseconds