HomeSort by relevance Sort by last modified time
    Searched refs:setDebugInfoAvailability (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 243 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 218 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; }
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 476 MMI->setDebugInfoAvailability(NumDebugCUs > 0);
    [all...]
CodeViewDebug.cpp 50 MMI->setDebugInfoAvailability(true);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 644 MMI->setDebugInfoAvailability(true);
    [all...]

Completed in 186 milliseconds