Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp42 uint16_t AtomForm = AccelSection.getU16(&Offset); in extract() local
43 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm)); in extract()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp74 auto AtomForm = static_cast<dwarf::Form>(AccelSection.getU16(&Offset)); in extract() local
75 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm)); in extract()