Home
last modified time | relevance | path

Searched refs:FormEncodingString (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp88 dwarf::FormEncodingString(AttrData.getForm()).data()); in Emit()
112 << dwarf::FormEncodingString(D.getForm()); in print()
229 O << " " << dwarf::FormEncodingString(V.getForm()) << " "; in printValues()
248 O << " " << dwarf::FormEncodingString(V.getForm()) << " "; in print()
H A DAccelTable.cpp304 Asm->OutStreamer->AddComment(dwarf::FormEncodingString(A.Form)); in emit()
515 dwarf::FormEncodingString(AttrEnc.Form).data()); in emitAbbrevs()
764 << "Form: " << dwarf::FormEncodingString(Form) << "\n"; in print()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp105 StringRef llvm::dwarf::FormEncodingString(unsigned Encoding) { in FormEncodingString() function in llvm::dwarf
918 FormEncodingString;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp171 GetOffset(), llvm::dwarf::FormEncodingString(form_value.Form()), in GetDIENamesAndRanges()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp624 std::string Msg = FormEncodingString(Form).str(); in getAsCString()
H A DDWARFDie.cpp454 dwarf::FormEncodingString(Location->getForm()).data()); in getLocations()
H A DDWARFVerifier.cpp882 error() << FormEncodingString(Form) << " CU offset " in verifyDebugInfoForm()
1422 StringRef FormName = dwarf::FormEncodingString(AttrEnc.Form); in verifyNameIndexAttribute()
H A DDWARFAcceleratorTable.cpp73 dwarf::FormEncodingString(Form)); in extract()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h980 LLVM_ABI StringRef FormEncodingString(unsigned Encoding);
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1633 dwarf::FormEncodingString(AttrSpec.Form) + in cloneAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23865 {"_ZN4llvm5dwarf18FormEncodingStringEj", "llvm::dwarf::FormEncodingString(unsigned int)"},