Home
last modified time | relevance | path

Searched refs:AtomForms (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp176 SmallVectorImpl<DWARFFormValue> &AtomForms, in dumpName() argument
195 for (auto &Atom : AtomForms) { in dumpName()
224 SmallVector<DWARFFormValue, 3> AtomForms; in dump() local
232 AtomForms.push_back(DWARFFormValue(Atom.second)); in dump()
264 while (dumpName(W, AtomForms, &DataOffset)) in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h131 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms,