Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3294 auto &ObjLower = Asm->getObjFileLowering(); in emitDebugMacinfo() local
3296 ? ObjLower.getDwarfMacroSection() in emitDebugMacinfo()
3297 : ObjLower.getDwarfMacinfoSection()); in emitDebugMacinfo()
3301 auto &ObjLower = Asm->getObjFileLowering(); in emitDebugMacinfoDWO() local
3303 ? ObjLower.getDwarfMacroDWOSection() in emitDebugMacinfoDWO()
3304 : ObjLower.getDwarfMacinfoDWOSection()); in emitDebugMacinfoDWO()