Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h486 bool doesSupportDebugInformation() const { return SupportsDebugInformation; } in doesSupportDebugInformation() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp873 if (MAI->doesSupportDebugInformation()) in emitHeader()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp224 if (MAI->doesSupportDebugInformation()) { in doInitialization()