Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h218 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } in setDebugInfoAvailability() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp800 MMI->setDebugInfoAvailability(true); in beginModule()