HomeSort by relevance Sort by last modified time
    Searched defs:hasDebugInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 100 static bool hasDebugInfo(const Function &F) {
163 !hasDebugInfo(F) ||
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 218 /// hasDebugInfo - Returns true if valid debug info is present.
220 bool hasDebugInfo() const { return DbgInfoAvailable; }

Completed in 55 milliseconds