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

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h65 struct AsmRewrite { struct in namespace:llvm
73 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, unsigned val = 0) function in struct:llvm::AsmRewrite
75 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) function in struct:llvm::AsmRewrite
80 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
83 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h65 struct AsmRewrite { struct in namespace:llvm
73 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, unsigned val = 0) function in struct:llvm::AsmRewrite
75 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) function in struct:llvm::AsmRewrite
80 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
83 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h65 struct AsmRewrite { struct in namespace:llvm
73 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, unsigned val = 0) function in struct:llvm::AsmRewrite
75 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) function in struct:llvm::AsmRewrite
80 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
83 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h65 struct AsmRewrite { struct in namespace:llvm
73 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, unsigned val = 0) function in struct:llvm::AsmRewrite
75 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) function in struct:llvm::AsmRewrite
80 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
83 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h65 struct AsmRewrite { struct in namespace:llvm
73 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, unsigned val = 0) function in struct:llvm::AsmRewrite
75 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) function in struct:llvm::AsmRewrite
80 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
83 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h65 struct AsmRewrite { struct in namespace:llvm
73 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, unsigned val = 0) function in struct:llvm::AsmRewrite
75 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) function in struct:llvm::AsmRewrite
80 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
83 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h105 struct AsmRewrite { struct in namespace:llvm
114 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, int64_t val = 0) function in struct:llvm::AsmRewrite
116 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) function in struct:llvm::AsmRewrite
117 : AsmRewrite(kind, loc, len) { Label = label; }
118 AsmRewrite(SMLoc loc, unsigned len, IntelExpr exp) function in struct:llvm::AsmRewrite
119 : AsmRewrite(AOK_IntelExpr, loc, len) { IntelExp = exp; }
123 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
126 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h105 struct AsmRewrite { struct in namespace:llvm
114 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, int64_t val = 0) function in struct:llvm::AsmRewrite
116 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) function in struct:llvm::AsmRewrite
117 : AsmRewrite(kind, loc, len) { Label = label; }
118 AsmRewrite(SMLoc loc, unsigned len, IntelExpr exp) function in struct:llvm::AsmRewrite
119 : AsmRewrite(AOK_IntelExpr, loc, len) { IntelExp = exp; }
123 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
126 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h105 struct AsmRewrite { struct in namespace:llvm
114 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, int64_t val = 0) function in struct:llvm::AsmRewrite
116 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) function in struct:llvm::AsmRewrite
117 : AsmRewrite(kind, loc, len) { Label = label; }
118 AsmRewrite(SMLoc loc, unsigned len, IntelExpr exp) function in struct:llvm::AsmRewrite
119 : AsmRewrite(AOK_IntelExpr, loc, len) { IntelExp = exp; }
123 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
126 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h105 struct AsmRewrite { struct in namespace:llvm
114 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, int64_t val = 0) function in struct:llvm::AsmRewrite
116 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) function in struct:llvm::AsmRewrite
117 : AsmRewrite(kind, loc, len) { Label = label; }
118 AsmRewrite(SMLoc loc, unsigned len, IntelExpr exp) function in struct:llvm::AsmRewrite
119 : AsmRewrite(AOK_IntelExpr, loc, len) { IntelExp = exp; }
123 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
126 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h105 struct AsmRewrite { struct in namespace:llvm
114 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, int64_t val = 0) function in struct:llvm::AsmRewrite
116 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) function in struct:llvm::AsmRewrite
117 : AsmRewrite(kind, loc, len) { Label = label; }
118 AsmRewrite(SMLoc loc, unsigned len, IntelExpr exp) function in struct:llvm::AsmRewrite
119 : AsmRewrite(AOK_IntelExpr, loc, len) { IntelExp = exp; }
123 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
126 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h105 struct AsmRewrite { struct in namespace:llvm
114 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, int64_t val = 0) function in struct:llvm::AsmRewrite
116 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) function in struct:llvm::AsmRewrite
117 : AsmRewrite(kind, loc, len) { Label = label; }
118 AsmRewrite(SMLoc loc, unsigned len, IntelExpr exp) function in struct:llvm::AsmRewrite
119 : AsmRewrite(AOK_IntelExpr, loc, len) { IntelExp = exp; }
123 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
126 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h105 struct AsmRewrite { struct in namespace:llvm
114 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, int64_t val = 0) function in struct:llvm::AsmRewrite
116 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) function in struct:llvm::AsmRewrite
117 : AsmRewrite(kind, loc, len) { Label = label; }
118 AsmRewrite(SMLoc loc, unsigned len, IntelExpr exp) function in struct:llvm::AsmRewrite
119 : AsmRewrite(AOK_IntelExpr, loc, len) { IntelExp = exp; }
123 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
126 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h105 struct AsmRewrite { struct in namespace:llvm
114 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, int64_t val = 0) function in struct:llvm::AsmRewrite
116 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) function in struct:llvm::AsmRewrite
117 : AsmRewrite(kind, loc, len) { Label = label; }
118 AsmRewrite(SMLoc loc, unsigned len, IntelExpr exp) function in struct:llvm::AsmRewrite
119 : AsmRewrite(AOK_IntelExpr, loc, len) { IntelExp = exp; }
123 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
126 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)

Completed in 761 milliseconds