Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.h44 void emitDwarfFileDirective(StringRef Directive) override;
H A DNVPTXTargetStreamer.cpp41 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);
880 unsigned emitDwarfFileDirective(
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp140 return Asm->OutStreamer->emitDwarfFileDirective(0, "", "", std::nullopt, in getOrCreateSourceID()
145 LastFileID = Asm->OutStreamer->emitDwarfFileDirective( in getOrCreateSourceID()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1686 TS->emitDwarfFileDirective(OS1.str()); in tryEmitDwarfFileDirective()
1715 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.cpp959 getContext().setGenDwarfFileNumber(getStreamer().emitDwarfFileDirective( in enabledGenDwarfForAssembly()
2364 unsigned FileNumber = getStreamer().emitDwarfFileDirective( in parseAndMatchAndEmitTargetInstruction()
H A DMasmParser.cpp1331 getContext().setGenDwarfFileNumber(getStreamer().emitDwarfFileDirective( in enabledGenDwarfForAssembly()
2699 unsigned FileNumber = getStreamer().emitDwarfFileDirective( in parseStatement()