Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCAsmInfo.h507 bool doesSupportDebugInformation() const { return SupportsDebugInformation; } in doesSupportDebugInformation() function
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.cpp911 if (MAI->doesSupportDebugInformation()) in emitHeader()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp232 if (MAI->doesSupportDebugInformation()) { in doInitialization()