Searched refs:setCompilationDir (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp406 Ctx.setCompilationDir(Opts.DebugCompilationDir);
411 Ctx.setCompilationDir(CWD);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp393 Ctx.setCompilationDir(DebugCompilationDir);
398 Ctx.setCompilationDir(CWD);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h525 /// The compilation directory should be set with \c setCompilationDir before
530 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } function

Completed in 109 milliseconds