Searched defs:AtomType (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h32 typedef uint16_t AtomType; typedef in struct:llvm::DWARFAcceleratorTable::HeaderData
35 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAtom.h35 typedef enum { TextAtom, DataAtom } AtomType; typedef in class:llvm::MCAtom
37 AtomType Type;
45 MCAtom(AtomType T, MCModule *P, uint64_t B, uint64_t E)
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp41 uint16_t AtomType = AccelSection.getU16(&Offset); local
43 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm));

Completed in 221 milliseconds