Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1829 const MachineBasicBlock *RangeMBB = nullptr; in buildLocationList() local
1831 RangeMBB = &Asm->MF->front(); in buildLocationList()
1833 RangeMBB = Entries.begin()->getInstr()->getParent(); in buildLocationList()
1834 auto RangeIt = Asm->MBBSectionRanges.find(RangeMBB->getSectionID()); in buildLocationList()