Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodePadder.cpp166 CurrPaddingFragment->isInsertionPoint()) in getJurisdiction()
210 if (!Fragment->isInsertionPoint()) in relaxFragment()
DMCFragment.cpp432 << " IsInsertionPoint:" << F->isInsertionPoint() in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCFragment.h385 bool isInsertionPoint() const { return IsInsertionPoint; } in isInsertionPoint() function