Searched defs:BitCodeAbbrevOp (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
H A DBitCodes.h89 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
94 class BitCodeAbbrevOp { class in namespace:llvm
107 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} function in class:llvm::BitCodeAbbrevOp
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0) function in class:llvm::BitCodeAbbrevOp
163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
179 void Add(const BitCodeAbbrevOp &OpInfo) {
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
H A DBitCodes.h89 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
94 class BitCodeAbbrevOp { class in namespace:llvm
107 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} function in class:llvm::BitCodeAbbrevOp
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0) function in class:llvm::BitCodeAbbrevOp
163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
179 void Add(const BitCodeAbbrevOp &OpInfo) {
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
H A DBitCodes.h89 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
94 class BitCodeAbbrevOp { class in namespace:llvm
107 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} function in class:llvm::BitCodeAbbrevOp
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0) function in class:llvm::BitCodeAbbrevOp
163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
179 void Add(const BitCodeAbbrevOp &OpInfo) {
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
H A DBitCodes.h89 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
94 class BitCodeAbbrevOp { class in namespace:llvm
107 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} function in class:llvm::BitCodeAbbrevOp
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0) function in class:llvm::BitCodeAbbrevOp
163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
179 void Add(const BitCodeAbbrevOp &OpInfo) {
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
H A DBitCodes.h89 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
94 class BitCodeAbbrevOp { class in namespace:llvm
107 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} function in class:llvm::BitCodeAbbrevOp
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0) function in class:llvm::BitCodeAbbrevOp
163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
179 void Add(const BitCodeAbbrevOp &OpInfo) {
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
H A DBitCodes.h89 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
94 class BitCodeAbbrevOp { class in namespace:llvm
107 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} function in class:llvm::BitCodeAbbrevOp
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0) function in class:llvm::BitCodeAbbrevOp
163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
179 void Add(const BitCodeAbbrevOp &OpInfo) {
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
H A DBitCodes.h89 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
94 class BitCodeAbbrevOp { class in namespace:llvm
107 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} function in class:llvm::BitCodeAbbrevOp
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0) function in class:llvm::BitCodeAbbrevOp
163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
179 void Add(const BitCodeAbbrevOp &OpInfo) {
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
H A DBitCodes.h89 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
94 class BitCodeAbbrevOp { class in namespace:llvm
107 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} function in class:llvm::BitCodeAbbrevOp
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0) function in class:llvm::BitCodeAbbrevOp
163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
179 void Add(const BitCodeAbbrevOp &OpInfo) {
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
H A DBitCodes.h89 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
94 class BitCodeAbbrevOp { class in namespace:llvm
107 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} function in class:llvm::BitCodeAbbrevOp
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0) function in class:llvm::BitCodeAbbrevOp
163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
179 void Add(const BitCodeAbbrevOp &OpInfo) {
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
H A DBitCodes.h89 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
94 class BitCodeAbbrevOp { class in namespace:llvm
107 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} function in class:llvm::BitCodeAbbrevOp
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0) function in class:llvm::BitCodeAbbrevOp
163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
179 void Add(const BitCodeAbbrevOp &OpInfo) {
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
H A DBitCodes.h89 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
94 class BitCodeAbbrevOp { class in namespace:llvm
107 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} function in class:llvm::BitCodeAbbrevOp
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0) function in class:llvm::BitCodeAbbrevOp
163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
179 void Add(const BitCodeAbbrevOp &OpInfo) {
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
H A DBitCodes.h89 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
94 class BitCodeAbbrevOp { class in namespace:llvm
107 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} function in class:llvm::BitCodeAbbrevOp
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0) function in class:llvm::BitCodeAbbrevOp
163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
179 void Add(const BitCodeAbbrevOp &OpInfo) {
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
H A DBitCodes.h89 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
94 class BitCodeAbbrevOp { class in namespace:llvm
107 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} function in class:llvm::BitCodeAbbrevOp
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0) function in class:llvm::BitCodeAbbrevOp
163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
179 void Add(const BitCodeAbbrevOp &OpInfo) {
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/
H A DBitCodes.h89 /// BitCodeAbbrevOp - This describes one or more operands in an abbreviation.
94 class BitCodeAbbrevOp { class in namespace:llvm
107 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} function in class:llvm::BitCodeAbbrevOp
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0) function in class:llvm::BitCodeAbbrevOp
163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
169 SmallVector<BitCodeAbbrevOp, 32> OperandList;
175 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const {
179 void Add(const BitCodeAbbrevOp &OpInfo) {

Completed in 422 milliseconds