HomeSort by: relevance | last modified time | path
    Searched refs:finishLayout (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmBackend.h 191 virtual void finishLayout(MCAssembler const &Asm,
MCAssembler.h 207 /// finishLayout - Finalize a layout, including fragment lowering.
208 void finishLayout(MCAsmLayout &Layout);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAssembler.cpp 862 finishLayout(Layout);
1265 void MCAssembler::finishLayout(MCAsmLayout &Layout) {
1273 getBackend().finishLayout(*this, Layout);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 712 void finishLayout(MCAssembler const &Asm,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 208 void finishLayout(MCAssembler const &Asm, MCAsmLayout &Layout) const override;
958 void X86AsmBackend::finishLayout(MCAssembler const &Asm,

Completed in 58 milliseconds