Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp490 Ctx.setGenDwarfRootFile(InputFilename, Buffer->getBuffer()); in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h798 void setGenDwarfRootFile(StringRef FileName, StringRef Buffer);
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp483 Ctx.setGenDwarfRootFile(Opts.InputFile, in ExecuteAssemblerImpl()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp931 void MCContext::setGenDwarfRootFile(StringRef InputFileName, StringRef Buffer) { in setGenDwarfRootFile() function in MCContext