Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp220 ShowForm("show-form", variable
224 aliasopt(ShowForm), cat(DwarfDumpCategory),
300 DumpOpts.ShowForm = ShowForm; in getDumpOpts()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/
H A DDIContext.h197 bool ShowForm = false; member
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp126 if (DumpOpts.Verbose || DumpOpts.ShowForm) in dumpAttribute()
170 } else if (Attr == DW_AT_high_pc && !DumpOpts.ShowForm && !DumpOpts.Verbose && in dumpAttribute()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp51 DumpOpts.ShowForm = true; in printDie()