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 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;
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]

Completed in 209 milliseconds