Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h194 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } in setDebugInfoAvailability() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp157 MMI->setDebugInfoAvailability(false); in CodeViewDebug()
161 MMI->setDebugInfoAvailability(true); in CodeViewDebug()
DDwarfDebug.cpp960 MMI->setDebugInfoAvailability(false); in beginModule()