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