Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp459 Ctx.setGenDwarfRootFile(InputFilename, Buffer->getBuffer()); in main()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp437 Ctx.setGenDwarfRootFile(Opts.InputFile, in ExecuteAssemblerImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h756 void setGenDwarfRootFile(StringRef FileName, StringRef Buffer);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp823 void MCContext::setGenDwarfRootFile(StringRef InputFileName, StringRef Buffer) { in setGenDwarfRootFile() function in MCContext