Home
last modified time | relevance | path

Searched refs:setAsInsertionPoint (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodePadder.cpp63 PaddingFragment->setAsInsertionPoint(); in handleBasicBlockStart()
112 CurrHandledInstFragment->setAsInsertionPoint(); in handleInstructionBegin()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCFragment.h386 void setAsInsertionPoint() { IsInsertionPoint = true; } in setAsInsertionPoint() function