Searched refs:getForm (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp87 if (!dwarf::isValidFormForVersion(AttrData.getForm(),
89 LLVM_DEBUG(dbgs() << "Invalid form " << format("0x%x", AttrData.getForm())
95 AP->EmitULEB128(AttrData.getForm(),
96 dwarf::FormEncodingString(AttrData.getForm()).data());
99 if (AttrData.getForm() == dwarf::DW_FORM_implicit_const)
122 << dwarf::FormEncodingString(Data[i].getForm());
124 if (Data[i].getForm() == dwarf::DW_FORM_implicit_const)
189 if (V.getForm() == dwarf::DW_FORM_implicit_const)
193 Abbrev.AddAttribute(V.getAttribute(), V.getForm());
240 O << " " << dwarf::FormEncodingString(V.getForm()) << " ";
[all...]
H A DAsmPrinterDwarf.cpp264 assert(V.getForm() && "Too many attributes for DIE (check abbreviation)");
H A DDIEHash.cpp256 switch (Value.getForm()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp90 if (FormValue.getForm() == DW_FORM_loclistx) {
309 if (FormValue.getForm() == DW_FORM_rnglistx)
456 if (Value->getForm() == DW_FORM_rnglistx)
502 if (Location->getForm() == DW_FORM_loclistx) {
520 dwarf::FormEncodingString(Location->getForm()).data());
H A DDWARFAcceleratorTable.cpp104 FormValue.getForm() == dwarf::DW_FORM_sdata)
152 switch (Value->getForm()) {
H A DDWARFVerifier.cpp537 const auto Form = AttrValue.Value.getForm();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h75 dwarf::Form getForm() const { return Form; } function in class:llvm::DWARFFormValue
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h39 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h68 dwarf::Form getForm() const { return Form; } function in class:llvm::DIEAbbrevData
471 dwarf::Form getForm() const { return Form; } function in class:llvm::DIEValue

Completed in 92 milliseconds