Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h204 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } in setDebugInfoAvailability() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp573 MMI->setDebugInfoAvailability(true); in beginModule()
H A DAsmPrinter.cpp281 MMI->setDebugInfoAvailability(false); in doInitialization()