Searched refs:AtomType (Results 1 – 9 of 9) 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-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 97 using AtomType = uint16_t; member 101 SmallVector<std::pair<AtomType, Form>, 3> Atoms; 138 Optional<DWARFFormValue> lookup(HeaderData::AtomType Atom) const; 186 ArrayRef<std::pair<HeaderData::AtomType, HeaderData::Form>> getAtomsDesc();
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCModule.cpp | 15 MCAtom *MCModule::createAtom(MCAtom::AtomType Type, in createAtom()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 73 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() local 75 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm)); in extract() 89 ArrayRef<std::pair<AppleAcceleratorTable::HeaderData::AtomType, 277 AppleAcceleratorTable::Entry::lookup(HeaderData::AtomType Atom) const { in lookup()
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 1082 enum AtomType 1110 uint16_t type; // AtomType enum value
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | SourceLevelDebugging.rst | 1138 enum AtomType 1166 uint16_t type; // AtomType enum value
|