Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1134 bool DwarfCompileUnit::useGNUAnalogForDwarf5Feature() const { in useGNUAnalogForDwarf5Feature() function in DwarfCompileUnit
1139 if (!useGNUAnalogForDwarf5Feature()) in getDwarf5OrGNUTag()
1153 if (!useGNUAnalogForDwarf5Feature()) in getDwarf5OrGNUAttr()
1175 if (!useGNUAnalogForDwarf5Feature()) in getDwarf5OrGNULocationAtom()
1222 if (!useGNUAnalogForDwarf5Feature()) in constructCallSiteEntryDIE()
1232 if (!IsTail || useGNUAnalogForDwarf5Feature()) { in constructCallSiteEntryDIE()
H A DDwarfCompileUnit.h236 bool useGNUAnalogForDwarf5Feature() const;
H A DDwarfDebug.cpp965 (!IsTail || CU.useGNUAnalogForDwarf5Feature()) in constructCallSiteEntryDIEs()