Searched refs:EmitDwarfFileDirective (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 647 virtual unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 187 unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, 832 unsigned MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, in EmitDwarfFileDirective() function in MCAsmStreamer
|
D | MCStreamer.cpp | 145 unsigned MCStreamer::EmitDwarfFileDirective(unsigned FileNo, in EmitDwarfFileDirective() function in MCStreamer
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 66 return Asm->OutStreamer.EmitDwarfFileDirective( in getOrCreateSourceID()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 627 getContext().setGenDwarfFileNumber(getStreamer().EmitDwarfFileDirective( in Run() 1615 unsigned FileNumber = getStreamer().EmitDwarfFileDirective( in parseStatement() 2801 if (getStreamer().EmitDwarfFileDirective(FileNumber, Directory, Filename) == in parseDirectiveFile()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 787 OutStreamer.EmitDwarfFileDirective(i, "", Filename); in recordAndEmitFilenames()
|