Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp62 if (MAI->doesSupportDebugInformation() && !M.debug_compile_units().empty()) { in doInitialization()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h779 bool doesSupportDebugInformation() const { return SupportsDebugInformation; } in doesSupportDebugInformation() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp494 if (MAI->doesSupportDebugInformation()) { in doInitialization()