Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h112 virtual void emitDwarfFileDirective(StringRef Directive);
905 unsigned emitDwarfFileDirective(
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp124 return Asm->OutStreamer->emitDwarfFileDirective(0, "", "", std::nullopt, in getOrCreateSourceID()
129 LastFileID = Asm->OutStreamer->emitDwarfFileDirective( in getOrCreateSourceID()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp1598 TS->emitDwarfFileDirective(OS1.str()); in tryEmitDwarfFileDirective()
1627 TS->emitDwarfFileDirective(OS1.str()); in emitDwarfFile0Directive()
H A DMCStreamer.cpp68 void MCTargetStreamer::emitDwarfFileDirective(StringRef Directive) { in emitDwarfFileDirective() function in MCTargetStreamer
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp959 getContext().setGenDwarfFileNumber(getStreamer().emitDwarfFileDirective( in enabledGenDwarfForAssembly()
2370 unsigned FileNumber = getStreamer().emitDwarfFileDirective( in parseAndMatchAndEmitTargetInstruction()
H A DMasmParser.cpp1331 getContext().setGenDwarfFileNumber(getStreamer().emitDwarfFileDirective( in enabledGenDwarfForAssembly()
2730 unsigned FileNumber = getStreamer().emitDwarfFileDirective( in parseStatement()