Home
last modified time | relevance | path

Searched refs:EmitDwarfFileDirective (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
DMCLoggingStreamer.cpp211 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Filename) { in EmitDwarfFileDirective() function in __anonb821a4970111::MCLoggingStreamer
214 return Child->EmitDwarfFileDirective(FileNo, Filename); in EmitDwarfFileDirective()
DMCNullStreamer.cpp86 virtual bool EmitDwarfFileDirective(unsigned FileNo,StringRef Filename) { in EmitDwarfFileDirective() function in __anon1b843e6b0111::MCNullStreamer
DMCPureStreamer.cpp96 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Filename) { in EmitDwarfFileDirective() function in __anon6bd6a16c0111::MCPureStreamer
DMCAsmStreamer.cpp199 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Filename);
751 bool MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, StringRef Filename){ in EmitDwarfFileDirective() function in MCAsmStreamer
757 return this->MCStreamer::EmitDwarfFileDirective(FileNo, Filename); in EmitDwarfFileDirective()
DMCStreamer.cpp144 bool MCStreamer::EmitDwarfFileDirective(unsigned FileNo, in EmitDwarfFileDirective() function in MCStreamer
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp168 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Filename);
491 bool PTXMCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, in EmitDwarfFileDirective() function in PTXMCAsmStreamer
496 return this->MCStreamer::EmitDwarfFileDirective(FileNo, Filename); in EmitDwarfFileDirective()
DPTXAsmPrinter.cpp538 OutStreamer.EmitDwarfFileDirective(SrcId, Entry.getKey()); in GetOrCreateSourceID()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCStreamer.h508 virtual bool EmitDwarfFileDirective(unsigned FileNo,StringRef Filename);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp105 return Asm->OutStreamer->EmitDwarfFileDirective(0, "", "", nullptr, None, CUID); in getOrCreateSourceID()
106 return Asm->OutStreamer->EmitDwarfFileDirective( in getOrCreateSourceID()
/external/llvm/include/llvm/MC/
DMCStreamer.h672 virtual unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
/external/llvm/lib/MC/
DMCAsmStreamer.cpp209 unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
989 unsigned MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, in EmitDwarfFileDirective() function in MCAsmStreamer
DMCStreamer.cpp160 unsigned MCStreamer::EmitDwarfFileDirective(unsigned FileNo, in EmitDwarfFileDirective() function in MCStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCStreamer.h771 unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp71 return Asm->OutStreamer->EmitDwarfFileDirective( in getOrCreateSourceID()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp787 OutStreamer->EmitDwarfFileDirective(i, "", Filename); in recordAndEmitFilenames()
802 OutStreamer->EmitDwarfFileDirective(i, "", Filename); in recordAndEmitFilenames()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp720 getContext().setGenDwarfFileNumber(getStreamer().EmitDwarfFileDirective( in Run()
1888 unsigned FileNumber = getStreamer().EmitDwarfFileDirective( in parseStatement()
3058 else if (getStreamer().EmitDwarfFileDirective(FileNumber, Directory, Filename) == in parseDirectiveFile()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp2334 if (getStreamer().EmitDwarfFileDirective(FileNumber, Filename)) in ParseDirectiveFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp844 getContext().setGenDwarfFileNumber(getStreamer().EmitDwarfFileDirective( in enabledGenDwarfForAssembly()
2202 unsigned FileNumber = getStreamer().EmitDwarfFileDirective( in parseStatement()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp461 Asm->OutStreamer.EmitDwarfFileDirective(SrcId, Entry.getKey()); in GetOrCreateSourceID()