Home
last modified time | relevance | path

Searched refs:curFragList (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h181 FragList *curFragList() const { return CurFragList; } in curFragList() function
H A DMCObjectStreamer.h92 Sec->curFragList()->Tail = F; in insert()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp291 auto *L = curFragList(); in allocAtoms()
H A DMCContext.cpp201 assert(!Sec.curFragList()->Head); in allocInitialFragment()
204 Sec.curFragList()->Head = F; in allocInitialFragment()
205 Sec.curFragList()->Tail = F; in allocInitialFragment()
H A DMCMachOStreamer.cpp562 auto *Frag = cast<MCDataFragment>(AddrSigSection->curFragList()->Head); in createAddrSigSection()
H A DMCAssembler.cpp108 assert(Section.curFragList()->Head && "allocInitialFragment not called"); in registerSection()
557 const MCFragment &F = *Sec.curFragList()->Tail; in getSectionAddressSize()
H A DWinCOFFObjectWriter.cpp1068 auto *Frag = cast<MCDataFragment>(Sec->curFragList()->Head); in writeObject()
1090 auto *Frag = cast<MCDataFragment>(Sec->curFragList()->Head); in writeObject()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp970 Asm.getFragmentOffset(*Section.curFragList()->Tail); in finishLayout()
971 Asm.computeFragmentSize(*Section.curFragList()->Tail); in finishLayout()