Home
last modified time | relevance | path

Searched defs:hasDebugInfo (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp100 static bool hasDebugInfo(const Function &F) { in hasDebugInfo() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h227 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp3396 bool hasDebugInfo = getDebugInfo(); in EmitScalarExpr() local