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

  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 141 MDNode *InlinedAt = nullptr;
142 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext());
144 if (InlinedAt) {
148 return getOrCreateInlinedScope(Scope, InlinedAt);
184 MDNode *InlinedAt) {
185 std::pair<const MDNode*, const MDNode*> P(ScopeNode, InlinedAt);
193 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILocation(InlinedAt));
195 Parent = getOrCreateInlinedScope(Scope.getContext(), InlinedAt);
201 std::make_tuple(Parent, Scope, InlinedAt,
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 480 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx);
482 InlinedAt, Ctx));
    [all...]

Completed in 238 milliseconds