Home
last modified time | relevance | path

Searched refs:getLOHContainer (Results 1 – 18 of 18) 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-project/llvm/include/llvm/MC/
DMCAssembler.h423 MCLOHContainer &getLOHContainer() { return LOHContainer; } in getLOHContainer() function
424 const MCLOHContainer &getLOHContainer() const { in getLOHContainer() function
425 return const_cast<MCAssembler *>(this)->getLOHContainer(); in getLOHContainer()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAssembler.h420 MCLOHContainer &getLOHContainer() { return LOHContainer; } in getLOHContainer() function
421 const MCLOHContainer &getLOHContainer() const { in getLOHContainer() function
422 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h309 const MILOHContainer &getLOHContainer() const { return LOHContainerSet; } in getLOHContainer() function
DAArch64AsmPrinter.cpp539 for (const auto &D : AArch64FI->getLOHContainer()) { in EmitLOHs()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h337 const MILOHContainer &getLOHContainer() const { return LOHContainerSet; } in getLOHContainer() function
DAArch64AsmPrinter.cpp563 for (const auto &D : AArch64FI->getLOHContainer()) { in EmitLOHs()
/external/llvm/lib/MC/
DMCMachOStreamer.cpp117 getAssembler().getLOHContainer().addDirective(Kind, Args); in EmitLOHDirective()
DMachObjectWriter.cpp742 uint64_t LOHRawSize = Asm.getLOHContainer().getEmitSize(*this, Layout); in writeObject()
941 Asm.getLOHContainer().emit(*this, Layout); in writeObject()
DMCAssembler.cpp99 getLOHContainer().reset(); in reset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCMachOStreamer.cpp114 getAssembler().getLOHContainer().addDirective(Kind, Args); in EmitLOHDirective()
DMachObjectWriter.cpp790 uint64_t LOHRawSize = Asm.getLOHContainer().getEmitSize(*this, Layout); in writeObject()
1001 Asm.getLOHContainer().emit(*this, Layout); in writeObject()
DMCAssembler.cpp119 getLOHContainer().reset(); in reset()
/external/llvm-project/llvm/lib/MC/
DMCMachOStreamer.cpp114 getAssembler().getLOHContainer().addDirective(Kind, Args); in emitLOHDirective()
DMachObjectWriter.cpp790 uint64_t LOHRawSize = Asm.getLOHContainer().getEmitSize(*this, Layout); in writeObject()
1001 Asm.getLOHContainer().emit(*this, Layout); in writeObject()
DMCAssembler.cpp120 getLOHContainer().reset(); in reset()