HomeSort by relevance Sort by last modified time
    Searched refs:FunctionDIs (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
LiveDebugVariables.h 36 DenseMap<const Function*, DISubprogram> FunctionDIs;
LiveDebugVariables.cpp 716 if (!FunctionDIs.count(mf.getFunction()))
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 130 DenseMap<const Function *, DISubprogram> FunctionDIs;
299 auto DI = FunctionDIs.find(&Fn);
300 if (DI != FunctionDIs.end())
    [all...]
ArgumentPromotion.cpp 89 DenseMap<const Function *, DISubprogram> FunctionDIs;
617 auto DI = FunctionDIs.find(F);
618 if (DI != FunctionDIs.end())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 333 DenseMap<const Function *, DISubprogram> FunctionDIs;
DwarfDebug.cpp 733 FunctionDIs = makeSubprogramMap(*M);
    [all...]

Completed in 126 milliseconds