HomeSort by relevance Sort by last modified time
    Searched refs:InlinedAt (Results 1 - 7 of 7) 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,
MachineInstr.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugLoc.h 53 /// ScopeIdx - This is an opaque ID# for Scope/InlinedAt information,
62 MDNode *Scope, MDNode *InlinedAt = nullptr);
85 /// getInlinedAt - This returns the InlinedAt pointer for this DebugLoc, or
89 /// getScopeAndInlinedAt - Return both the Scope and the InlinedAt values.
  /external/llvm/lib/IR/
DebugLoc.cpp 48 /// Return both the Scope and the InlinedAt values.
74 if (MDNode *InlinedAt = getInlinedAt(Ctx))
75 return DebugLoc::getFromDILocation(InlinedAt).getScopeNode(Ctx);
95 MDNode *Scope, MDNode *InlinedAt) {
109 if (!InlinedAt)
113 InlinedAt, 0);
DebugInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 212 LexicalScope *getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt);
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 480 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx);
482 InlinedAt, Ctx));
    [all...]

Completed in 894 milliseconds