Home
last modified time | relevance | path

Searched refs:getDummyFragment (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h178 const MCDummyFragment &getDummyFragment() const { return DummyFragment; } in getDummyFragment() function
179 MCDummyFragment &getDummyFragment() { return DummyFragment; } in getDummyFragment() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp426 Symbol->setFragment(&getCurrentSectionOnly()->getDummyFragment()); in emitLabel()
1219 CurFrag = &Section->getDummyFragment(); in changeSection()
1295 CurFrag = &Section->getDummyFragment(); in switchSectionNoPrint()
H A DMCAsmStreamer.cpp1100 Symbol->setFragment(&Section->getDummyFragment()); in emitZerofill()
1126 Symbol->setFragment(&Section->getDummyFragment()); in emitTBSSSymbol()