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

  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 399 DebugLoc TheCallDL;
401 TheCallDL = TheCall->getDebugLoc();
InlineFunction.cpp 765 DebugLoc TheCallDL = TheCall->getDebugLoc();
766 if (TheCallDL.isUnknown())
774 BI->setDebugLoc(updateInlinedAtInfo(DL, TheCallDL, BI->getContext()));
    [all...]

Completed in 59 milliseconds