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

  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 102 static bool hasDebugInfo(const Function &F) {
164 if (NoDiscriminators || !hasDebugInfo(F) ||
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 239 /// hasDebugInfo - Returns true if valid debug info is present.
241 bool hasDebugInfo() const { return DbgInfoAvailable; }
  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 394 bool hasDebugInfo() const {
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 819 bool DIARawSymbol::hasDebugInfo() const {
    [all...]

Completed in 2868 milliseconds