HomeSort by relevance Sort by last modified time
    Searched defs:AtomType (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAtom.h 35 typedef enum { TextAtom, DataAtom } AtomType;
37 AtomType Type;
45 MCAtom(AtomType T, MCModule *P, uint64_t B, uint64_t E)
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 32 typedef uint16_t AtomType;
35 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 35 typedef uint16_t AtomType;
38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 35 typedef uint16_t AtomType;
38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 35 typedef uint16_t AtomType;
38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 35 typedef uint16_t AtomType;
38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 35 typedef uint16_t AtomType;
38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 35 typedef uint16_t AtomType;
38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 41 uint16_t AtomType = AccelSection.getU16(&Offset);
43 HdrData.Atoms.push_back(std::make_pair(AtomType, AtomForm));

Completed in 160 milliseconds