Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp165 SmallVectorImpl<DWARFFormValue> &AtomForms, in dumpName() argument
185 for (auto &Atom : AtomForms) { in dumpName()
213 SmallVector<DWARFFormValue, 3> AtomForms; in dump() local
221 AtomForms.push_back(DWARFFormValue(Atom.second)); in dump()
253 while (dumpName(W, AtomForms, &DataOffset)) in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h111 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms,