Searched refs:AtomType (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCAtom.h | 35 typedef enum { TextAtom, DataAtom } AtomType; typedef 37 AtomType Type; 45 MCAtom(AtomType T, MCModule *P, uint64_t B, uint64_t E) in MCAtom()
|
D | MCModule.h | 52 MCAtom *createAtom(MCAtom::AtomType Type, uint64_t Begin, uint64_t End);
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 32 typedef uint16_t AtomType; typedef 35 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 41 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() local 43 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm)); in extract()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCModule.cpp | 15 MCAtom *MCModule::createAtom(MCAtom::AtomType Type, in createAtom()
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 1082 enum AtomType 1110 uint16_t type; // AtomType enum value
|