Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h188 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } in setDebugInfoAvailability() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp118 MMI->setDebugInfoAvailability(false); in CodeViewDebug()
122 MMI->setDebugInfoAvailability(true); in CodeViewDebug()
H A DDwarfDebug.cpp708 MMI->setDebugInfoAvailability(false); in beginModule()