Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1195 bool DwarfCompileUnit::useGNUAnalogForDwarf5Feature() const { in useGNUAnalogForDwarf5Feature() function in DwarfCompileUnit
1200 if (!useGNUAnalogForDwarf5Feature()) in getDwarf5OrGNUTag()
1214 if (!useGNUAnalogForDwarf5Feature()) in getDwarf5OrGNUAttr()
1236 if (!useGNUAnalogForDwarf5Feature()) in getDwarf5OrGNULocationAtom()
1283 if (!useGNUAnalogForDwarf5Feature()) in constructCallSiteEntryDIE()
1293 if (!IsTail || useGNUAnalogForDwarf5Feature()) { in constructCallSiteEntryDIE()
H A DDwarfCompileUnit.h266 bool useGNUAnalogForDwarf5Feature() const;
H A DDwarfDebug.cpp970 (!IsTail || CU.useGNUAnalogForDwarf5Feature()) in constructCallSiteEntryDIEs()