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

  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 137 MDNode *InlinedAt = NULL;
138 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext());
140 if (InlinedAt) {
144 return getOrCreateInlinedScope(Scope, InlinedAt);
176 MDNode *InlinedAt) {
177 LexicalScope *InlinedScope = LexicalScopeMap.lookup(InlinedAt);
181 DebugLoc InlinedLoc = DebugLoc::getFromDILocation(InlinedAt);
183 DIDescriptor(Scope), InlinedAt, false);
185 LexicalScopeMap[InlinedAt] = InlinedScope;
MachineInstr.cpp     [all...]
  /external/llvm/include/llvm/Support/
DebugLoc.h 50 /// ScopeIdx - This is an opaque ID# for Scope/InlinedAt information,
59 MDNode *Scope, MDNode *InlinedAt = 0);
82 /// getInlinedAt - This returns the InlinedAt pointer for this DebugLoc, or
86 /// getScopeAndInlinedAt - Return both the Scope and the InlinedAt values.
  /external/llvm/lib/IR/
DebugLoc.cpp 48 /// Return both the Scope and the InlinedAt values.
75 MDNode *Scope, MDNode *InlinedAt) {
89 if (InlinedAt == 0)
93 InlinedAt, 0);
DebugInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 116 LexicalScope *getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt);
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 481 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx);
483 InlinedAt, Ctx));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 554 milliseconds