Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCFragment.h348 bool IsInsertionPoint; variable
382 IsInsertionPoint(false), Size(UINT64_C(0)), in MCFragment()
385 bool isInsertionPoint() const { return IsInsertionPoint; } in isInsertionPoint()
386 void setAsInsertionPoint() { IsInsertionPoint = true; } in setAsInsertionPoint()