Home
last modified time | relevance | path

Searched refs:usesDwarfFileAndLocDirectives (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp1493 !MAI->usesDwarfFileAndLocDirectives()) in tryEmitDwarfFileDirective()
1523 if (!MAI->usesDwarfFileAndLocDirectives()) in emitDwarfFile0Directive()
1543 if (!MAI->usesDwarfFileAndLocDirectives()) { in emitDwarfLocDirective()
2195 if (!MAI->usesDwarfFileAndLocDirectives()) in emitInstruction()
2293 if (!MAI->usesDwarfFileAndLocDirectives()) { in finishImpl()
2370 assert(!MAI->usesDwarfFileAndLocDirectives() && in emitDwarfLineEndEntry()
2392 assert(!MAI->usesDwarfFileAndLocDirectives() && in emitDwarfAdvanceLineAddr()
2429 if (MAI->usesDwarfFileAndLocDirectives()) in doFinalizationAtSectionEnd()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h783 bool usesDwarfFileAndLocDirectives() const { in usesDwarfFileAndLocDirectives() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2431 if (!MAI->usesDwarfFileAndLocDirectives() && MMI->hasDebugInfo()) in doFinalization()