Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h222 bool IsBeginSection = false;
669 bool isBeginSection() const { return IsBeginSection; }
674 void setIsBeginSection(bool V = true) { IsBeginSection = V; }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1401 bool IsBeginSection = in emitBBAddrMapSection() local
1403 if (IsBeginSection) { in emitBBAddrMapSection()