Home
last modified time | relevance | path

Searched defs:InputFile (Results 1 – 16 of 16) sorted by relevance

/external/llvm/tools/bugpoint/
DToolRunner.cpp197 const std::string &InputFile, in ExecuteProgram()
305 const std::string &InputFile, in ExecuteProgram()
374 const std::string &InputFile, in ExecuteProgram()
529 const std::string &InputFile, in ExecuteProgram()
605 const std::string &InputFile, in ExecuteProgram()
678 const std::string &InputFile, in ExecuteProgram()
824 int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType, in MakeSharedObject()
DExecutionDriver.cpp81 InputFile("input", cl::init("/dev/null"), variable
/external/llvm/tools/dsymutil/
Ddsymutil.cpp30 static opt<std::string> InputFile(Positional, desc("<input file>"), variable
DMachODebugMapParser.cpp248 parseDebugMap(StringRef InputFile, StringRef PrependPath, bool Verbose) { in parseDebugMap()
/external/clang/lib/Frontend/
DChainedIncludesSource.cpp139 FrontendInputFile InputFile(includes[i], IK); in createChainedIncludesSource() local
DFrontendAction.cpp178 StringRef InputFile = Input.getFile(); in BeginSourceFile() local
DCompilerInstance.cpp717 StringRef InputFile = Input.getFile(); in InitializeSourceManager() local
/external/clang/lib/Lex/
DPPLexerChange.cpp88 const llvm::MemoryBuffer *InputFile = in EnterSourceFile() local
DLexer.cpp109 Lexer::Lexer(FileID FID, const llvm::MemoryBuffer *InputFile, Preprocessor &PP) in Lexer()
172 const llvm::MemoryBuffer *InputFile = SM.getBuffer(SpellingFID); in Create_PragmaLexer() local
/external/llvm/tools/lli/
Dlli.cpp74 InputFile(cl::desc("<input bitcode>"), cl::Positional, cl::init("-")); variable
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp28 InputFile(cl::Positional, cl::desc("<input file>"), cl::init("-")); variable
/external/clang/include/clang/Serialization/
DModule.h75 InputFile() {} in InputFile() function
/external/clang/tools/driver/
Dcc1as_main.cpp101 std::string InputFile; member
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp1123 Module* parseInputIR(std::string InputFile) { in parseInputIR()
Dtoy.cpp1491 Module* parseInputIR(std::string InputFile) { in parseInputIR()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp757 Module* parseInputIR(std::string InputFile, LLVMContext &Context) { in parseInputIR()