HomeSort by: relevance | last modified time | path
    Searched defs:hasDebugInfo (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.cpp 230 static bool hasDebugInfo(const MachineModuleInfo *MMI,
232 if (!MMI->hasDebugInfo())
247 if (!Asm || !hasDebugInfo(MMI, MF)) {
349 if (!Asm || !MMI->hasDebugInfo())
375 if (!Asm || !MMI->hasDebugInfo())
407 if (Asm && hasDebugInfo(MMI, MF))
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 203 bool hasDebugInfo() const { return DbgInfoAvailable; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 326 RAW_METHOD_DUMP(OS, hasDebugInfo);
994 bool DIARawSymbol::hasDebugInfo() const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeRawSymbol.cpp 464 bool NativeRawSymbol::hasDebugInfo() const {

Completed in 21 milliseconds