Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCDwarf.h218 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() function
249 void setCompilationDir(StringRef CompilationDir) { in setCompilationDir() function
DMCContext.h405 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir() function
453 getMCDwarfLineTable(CUID).setCompilationDir(CompilationDir); in setMCLineTableCompilationDir()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp454 Ctx.setCompilationDir(DebugCompilationDir); in main()
/external/clang/tools/driver/
Dcc1as_main.cpp351 Ctx.setCompilationDir(Opts.DebugCompilationDir); in ExecuteAssembler()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1904 SplitTypeUnitFileTable.setCompilationDir(CU.getCUNode()->getDirectory()); in getDwoLineTable()