Searched refs:EmitDwarfFileDirective (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 628 virtual unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 193 unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, 878 unsigned MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, in EmitDwarfFileDirective() function in MCAsmStreamer
|
D | MCStreamer.cpp | 146 unsigned MCStreamer::EmitDwarfFileDirective(unsigned FileNo, in EmitDwarfFileDirective() function in MCStreamer
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 70 return Asm->OutStreamer->EmitDwarfFileDirective( in getOrCreateSourceID()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 650 getContext().setGenDwarfFileNumber(getStreamer().EmitDwarfFileDirective( in Run() 1759 unsigned FileNumber = getStreamer().EmitDwarfFileDirective( in parseStatement() 2935 if (getStreamer().EmitDwarfFileDirective(FileNumber, Directory, Filename) == in parseDirectiveFile()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 786 OutStreamer->EmitDwarfFileDirective(i, "", Filename); in recordAndEmitFilenames()
|