Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h194 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } in setDebugInfoAvailability() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h204 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } in setDebugInfoAvailability() function
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h243 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } in setDebugInfoAvailability() function
/external/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()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp476 MMI->setDebugInfoAvailability(NumDebugCUs > 0); in beginModule()
DCodeViewDebug.cpp50 MMI->setDebugInfoAvailability(true); in CodeViewDebug()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp553 MMI->setDebugInfoAvailability(true); in beginModule()
DAsmPrinter.cpp272 MMI->setDebugInfoAvailability(false); in doInitialization()