Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp1210 bool DwarfCompileUnit::useGNUAnalogForDwarf5Feature() const { in useGNUAnalogForDwarf5Feature() function in DwarfCompileUnit
1215 if (!useGNUAnalogForDwarf5Feature()) in getDwarf5OrGNUTag()
1229 if (!useGNUAnalogForDwarf5Feature()) in getDwarf5OrGNUAttr()
1251 if (!useGNUAnalogForDwarf5Feature()) in getDwarf5OrGNULocationAtom()
1304 if (!useGNUAnalogForDwarf5Feature()) in constructCallSiteEntryDIE()
1314 if (!IsTail || useGNUAnalogForDwarf5Feature()) { in constructCallSiteEntryDIE()
HDDwarfCompileUnit.h266 bool useGNUAnalogForDwarf5Feature() const;
HDDwarfDebug.cpp970 (!IsTail || CU.useGNUAnalogForDwarf5Feature()) in constructCallSiteEntryDIEs()