HomeSort by: relevance | last modified time | path
    Searched defs:OutputType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
ExecutionDriver.cpp 27 // OutputType - Allow the user to specify the way code should be run, to test
30 enum OutputType {
47 cl::opt<OutputType> InterpreterSel(
63 cl::opt<OutputType> SafeInterpreterSel(
  /src/external/apache2/llvm/dist/clang/tools/driver/
cc1as_main.cpp 117 FileType OutputType;
155 OutputType = FT_Asm;
273 unsigned OutputType = StringSwitch<unsigned>(Name)
278 if (OutputType == ~0U) {
282 Opts.OutputType = FileType(OutputType);
375 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj;
453 if (Opts.OutputType == AssemblerInvocation::FT_Asm) {
468 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) {
471 assert(Opts.OutputType == AssemblerInvocation::FT_Obj &
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
RISCVVEmitter.cpp 162 RVVTypePtr OutputType; // Builtin output type
781 // Init OutputType and InputTypes
782 OutputType = OutInTypes[0];
798 S += OutputType->getBuiltinStr();
859 OS << OutputType->getTypeStr() << " " << getMangledName() << "(";
  /src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp 132 enum OutputType {
139 static OutputType TheOutputType = OT_NORMAL;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2315 QualType OutputType = OutExpr->getType();
2318 if (getContext().getTypeSize(OutputType) < InputSize) {
2432 QualType OutputType = S.getOutputExpr(Output)->getType();
2435 if (getContext().getTypeSize(OutputType) >
2440 llvm::Type *OutputTy = ConvertType(OutputType);

Completed in 26 milliseconds