Home
last modified time | relevance | path

Searched defs:MBBSectionRange (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h136 struct MBBSectionRange { struct
140 MapVector<MBBSectionID, MBBSectionRange> MBBSectionRanges; argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp687 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionID()]; in attachRangesOrLowHighPC() local