Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp63 if (MAI->doesSupportDebugInformation() && !M.debug_compile_units().empty()) { in doInitialization()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h772 bool doesSupportDebugInformation() const { return SupportsDebugInformation; } in doesSupportDebugInformation() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp539 if (MAI->doesSupportDebugInformation()) { in doInitialization()