HomeSort by: relevance | last modified time | path
    Searched refs:InlinedAtDL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugLoc.cpp 115 if (DebugLoc InlinedAtDL = getInlinedAt()) {
117 InlinedAtDL.print(OS);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveDebugVariables.cpp 656 DebugLoc InlinedAtDL = DL.getInlinedAt();
657 if (!InlinedAtDL)
661 printDebugLoc(InlinedAtDL, CommentOS, Ctx);
682 if (DebugLoc InlinedAtDL = InlinedAt) {
684 printDebugLoc(InlinedAtDL, OS, Ctx);

Completed in 17 milliseconds