Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp185 DwarfInfoSectionSym = DwarfAbbrevSectionSym = DwarfStrSectionSym = nullptr; in DwarfDebug()
417 DwarfInfoSectionSym); in constructDwarfCompileUnit()
666 if (!DwarfInfoSectionSym) in endModule()
1354 DwarfInfoSectionSym = in emitSectionLabels()
2026 DwarfInfoSectionSym); in constructSkeletonCU()
H A DDwarfDebug.h230 MCSymbol *DwarfInfoSectionSym, *DwarfAbbrevSectionSym; variable