reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
104 FormValue.getForm() == dwarf::DW_FORM_sdata) 152 switch (Value->getForm()) {lib/DebugInfo/DWARF/DWARFDie.cpp
340 if (FormValue.getForm() == DW_FORM_rnglistx) 483 if (Value->getForm() == DW_FORM_rnglistx)lib/DebugInfo/DWARF/DWARFVerifier.cpp
535 const auto Form = AttrValue.Value.getForm();
tools/obj2yaml/dwarf2yaml.cpp 145 auto Form = FormValue.getValue().getForm();
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp 1792 EXPECT_EQ(FormValue->getForm(), dwarf::DW_FORM_implicit_const);
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp198 ASSERT_EQ(Prologue.IncludeDirectories[0].getForm(), DW_FORM_string); 201 ASSERT_EQ(Prologue.FileNames[0].Name.getForm(), DW_FORM_string);