Searched refs:AssembleInput (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc-assemble-fuzzer/ |
D | llvm-mc-assemble-fuzzer.cpp | 105 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput() function 238 const int Res = AssembleInput(ProgName, TheTarget, SrcMgr, Ctx, *Str, *MAI, *STI, in AssembleOneInput()
|
/external/swiftshader/third_party/LLVM/tools/llvm-mc/ |
D | llvm-mc.cpp | 342 static int AssembleInput(const char *ProgName) { in AssembleInput() function 508 return AssembleInput(argv[0]); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 276 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput() function 511 Res = AssembleInput(ProgName, TheTarget, SrcMgr, Ctx, *Str, *MAI, *STI, in main()
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 348 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput() function 543 Res = AssembleInput(ProgName, TheTarget, SrcMgr, Ctx, *Str, *MAI, *STI, in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | llvm-mca.cpp | 239 int AssembleInput(const char *ProgName, MCAsmParser &Parser, in AssembleInput() function 427 if (AssembleInput(ProgName, *P, TheTarget, *STI, *MCII, MCOptions)) in main()
|