Searched defs:hasDebugInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp100 static bool hasDebugInfo(const Function &F) { function
163 !hasDebugInfo(F) ||
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h218 /// hasDebugInfo - Returns true if valid debug info is present.
220 bool hasDebugInfo() const { return DbgInfoAvailable; } function in class:llvm::MachineModuleInfo

Completed in 203 milliseconds