Home
last modified time | relevance | path

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

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