Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3338 auto &ObjLower = Asm->getObjFileLowering(); in emitDebugMacinfo() local
3340 ? ObjLower.getDwarfMacroSection() in emitDebugMacinfo()
3341 : ObjLower.getDwarfMacinfoSection()); in emitDebugMacinfo()
3345 auto &ObjLower = Asm->getObjFileLowering(); in emitDebugMacinfoDWO() local
3347 ? ObjLower.getDwarfMacroDWOSection() in emitDebugMacinfoDWO()
3348 : ObjLower.getDwarfMacinfoDWOSection()); in emitDebugMacinfoDWO()