Home
last modified time | relevance | path

Searched refs:getCurrentDwarfLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h588 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; } in getCurrentDwarfLoc() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp98 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc(); in Make()
H A DMCAsmStreamer.cpp1253 unsigned OldFlags = getContext().getCurrentDwarfLoc().getFlags(); in EmitDwarfLocDirective()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1437 Asm->OutStreamer->getContext().getCurrentDwarfLoc().getLine(); in beginInstruction()