Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.h39 void emitDwarfFileDirective(StringRef Directive) override;
DNVPTXTargetStreamer.cpp28 void NVPTXTargetStreamer::emitDwarfFileDirective(StringRef Directive) { in emitDwarfFileDirective() function in NVPTXTargetStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCStreamer.h101 virtual void emitDwarfFileDirective(StringRef Directive);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp1181 TS->emitDwarfFileDirective(OS1.str()); in tryEmitDwarfFileDirective()
1207 TS->emitDwarfFileDirective(OS1.str()); in emitDwarfFile0Directive()
DMCStreamer.cpp63 void MCTargetStreamer::emitDwarfFileDirective(StringRef Directive) { in emitDwarfFileDirective() function in MCTargetStreamer