Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:string

74   cl::opt<std::string>

84 cl::opt<std::string>
88 cl::list<std::string>
93 cl::list<std::string>
97 cl::opt<std::string>
102 cl::opt<std::string>
111 cl::list<std::string>
115 cl::opt<std::string>
121 cl::list<std::string>
125 cl::list<std::string>
130 cl::opt<std::string>
134 cl::list<std::string>
153 std::string Message;
221 std::string Path = SafeInterpreterPath;
224 std::vector<std::string> SafeToolArgs = SafeToolArgv;
310 void BugDriver::compileProgram(Module *M, std::string *Error) const {
313 std::string ErrMsg;
337 std::string BugDriver::executeProgram(const Module *Program,
338 std::string OutputFile,
339 std::string BitcodeFile,
340 const std::string &SharedObj,
342 std::string *Error) const {
346 std::string ErrMsg;
382 std::vector<std::string> SharedObjs(AdditionalSOs);
418 std::string BugDriver::executeProgramSafely(const Module *Program,
419 std::string OutputFile,
420 std::string *Error) const {
424 std::string BugDriver::compileSharedObject(const std::string &BitcodeFile,
425 std::string &Error) {
435 std::string SharedObjectFile;
454 bool BugDriver::createReferenceFile(Module *M, const std::string &Filename) {
455 std::string Error;
481 const std::string &BitcodeFile,
482 const std::string &SharedObject,
484 std::string *ErrMsg) const {
491 std::string Error;