Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h301 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir() function
351 getMCDwarfLineTable(CUID).setCompilationDir(CompilationDir); in setMCLineTableCompilationDir()
DMCDwarf.h199 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() function
230 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() function
/external/clang/tools/driver/
Dcc1as_main.cpp338 Ctx.setCompilationDir(Opts.DebugCompilationDir); in ExecuteAssembler()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp425 Ctx.setCompilationDir(DebugCompilationDir); in main()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp2376 SplitTypeUnitFileTable.setCompilationDir(CU.getCUNode().getDirectory()); in getDwoLineTable()