Searched refs:ulittle8_t (Results 1 - 7 of 7) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h31 bool (Decoder::*Routine)(const support::ulittle8_t *, unsigned &, unsigned,
36 bool opcode_0xxxxxxx(const support::ulittle8_t *Opcodes, unsigned &Offset,
38 bool opcode_10Lxxxxx(const support::ulittle8_t *Opcodes, unsigned &Offset,
40 bool opcode_1100xxxx(const support::ulittle8_t *Opcodes, unsigned &Offset,
42 bool opcode_11010Lxx(const support::ulittle8_t *Opcodes, unsigned &Offset,
44 bool opcode_11011Lxx(const support::ulittle8_t *Opcodes, unsigned &Offset,
46 bool opcode_11100xxx(const support::ulittle8_t *Opcodes, unsigned &Offset,
48 bool opcode_111010xx(const support::ulittle8_t *Opcodes, unsigned &Offset,
50 bool opcode_1110110L(const support::ulittle8_t *Opcodes, unsigned &Offset,
52 bool opcode_11101110(const support::ulittle8_t *Opcode
[all...]
H A DARMWinEHPrinter.cpp236 bool Decoder::opcode_0xxxxxxx(const ulittle8_t *OC, unsigned &Offset,
247 bool Decoder::opcode_10Lxxxxx(const ulittle8_t *OC, unsigned &Offset,
266 bool Decoder::opcode_1100xxxx(const ulittle8_t *OC, unsigned &Offset,
278 bool Decoder::opcode_11010Lxx(const ulittle8_t *OC, unsigned &Offset,
295 bool Decoder::opcode_11011Lxx(const ulittle8_t *OC, unsigned &Offset,
312 bool Decoder::opcode_11100xxx(const ulittle8_t *OC, unsigned &Offset,
326 bool Decoder::opcode_111010xx(const ulittle8_t *OC, unsigned &Offset,
339 bool Decoder::opcode_1110110L(const ulittle8_t *OC, unsigned &Offset,
353 bool Decoder::opcode_11101110(const ulittle8_t *OC, unsigned &Offset,
369 bool Decoder::opcode_11101111(const ulittle8_t *O
[all...]
/external/llvm/include/llvm/Support/
H A DWin64EH.h43 support::ulittle8_t CodeOffset;
44 support::ulittle8_t UnwindOpAndOpInfo;
77 support::ulittle8_t VersionAndFlags;
78 support::ulittle8_t PrologSize;
79 support::ulittle8_t NumCodes;
80 support::ulittle8_t FrameRegisterAndOffset;
H A DARMWinEH.h356 ArrayRef<support::ulittle8_t> UnwindByteCode() const {
359 const support::ulittle8_t *ByteCode =
360 reinterpret_cast<const support::ulittle8_t *>(&Data[Offset]);
361 return ArrayRef<support::ulittle8_t>(ByteCode,
H A DEndian.h103 <uint8_t, little, unaligned> ulittle8_t; typedef in namespace:llvm::support
/external/llvm/include/llvm/Object/
H A DCOFF.h199 support::ulittle8_t StorageClass;
200 support::ulittle8_t NumberOfAuxSymbols;
300 support::ulittle8_t Selection;
305 support::ulittle8_t AuxType;
306 support::ulittle8_t Reserved;
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp28 using support::ulittle8_t;

Completed in 154 milliseconds