Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()