Home
last modified time | relevance | path

Searched refs:emitDwarfFileDirective (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.h44 void emitDwarfFileDirective(StringRef Directive) override;
H A DNVPTXTargetStreamer.cpp45 void NVPTXTargetStreamer::emitDwarfFileDirective(StringRef Directive) { in emitDwarfFileDirective() function in NVPTXTargetStreamer
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h113 virtual void emitDwarfFileDirective(StringRef Directive);
860 unsigned emitDwarfFileDirective(
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp166 return Asm->OutStreamer->emitDwarfFileDirective(0, "", "", std::nullopt, in getOrCreateSourceID()
171 LastFileID = Asm->OutStreamer->emitDwarfFileDirective( in getOrCreateSourceID()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1649 TS->emitDwarfFileDirective(OS1.str()); in tryEmitDwarfFileDirective()
1678 TS->emitDwarfFileDirective(OS1.str()); in emitDwarfFile0Directive()
H A DMCStreamer.cpp67 void MCTargetStreamer::emitDwarfFileDirective(StringRef Directive) { in emitDwarfFileDirective() function in MCTargetStreamer
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp937 getContext().setGenDwarfFileNumber(getStreamer().emitDwarfFileDirective( in enabledGenDwarfForAssembly()
2293 unsigned FileNumber = getStreamer().emitDwarfFileDirective( in parseAndMatchAndEmitTargetInstruction()