Home
last modified time | relevance | path

Searched refs:setGenDwarfRootFile (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp483 Ctx.setGenDwarfRootFile(InputFilename, Buffer->getBuffer()); in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h772 void setGenDwarfRootFile(StringRef FileName, StringRef Buffer);
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp520 Ctx.setGenDwarfRootFile(Opts.InputFile, in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp943 void MCContext::setGenDwarfRootFile(StringRef InputFileName, StringRef Buffer) { in setGenDwarfRootFile() function in MCContext