Home
last modified time | relevance | path

Searched refs:AssembleInput (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc-assemble-fuzzer/
Dllvm-mc-assemble-fuzzer.cpp105 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/
Dllvm-mc.cpp342 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/
Dllvm-mc.cpp276 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/
Dllvm-mc.cpp348 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/
Dllvm-mca.cpp239 int AssembleInput(const char *ProgName, MCAsmParser &Parser, in AssembleInput() function
427 if (AssembleInput(ProgName, *P, TheTarget, *STI, *MCII, MCOptions)) in main()