Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3258 auto &ObjLower = Asm->getObjFileLowering(); in emitDebugMacinfo() local
3260 ? ObjLower.getDwarfMacroSection() in emitDebugMacinfo()
3261 : ObjLower.getDwarfMacinfoSection()); in emitDebugMacinfo()
3265 auto &ObjLower = Asm->getObjFileLowering(); in emitDebugMacinfoDWO() local
3267 ? ObjLower.getDwarfMacroDWOSection() in emitDebugMacinfoDWO()
3268 : ObjLower.getDwarfMacinfoDWOSection()); in emitDebugMacinfoDWO()