Home
last modified time | relevance | path

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

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