Searched refs:CurInlinedAt (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/IR/ |
D | DebugLoc.cpp | 88 DILocation *CurInlinedAt = DL; in appendInlinedAt() local 91 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() 101 CurInlinedAt = IA; in appendInlinedAt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 88 DILocation *CurInlinedAt = DL; in appendInlinedAt() local 91 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() 101 CurInlinedAt = IA; in appendInlinedAt()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 67 llvm::MDNode *CurInlinedAt = nullptr; variable 399 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt() 402 llvm::MDNode *getInlinedAt() const { return CurInlinedAt; } in getInlinedAt()
|
D | CGDebugInfo.cpp | 4005 assert(CurInlinedAt && "unbalanced inline scope stack"); in EmitInlineFunctionEnd() 4007 setInlinedAt(llvm::DebugLoc(CurInlinedAt).getInlinedAt()); in EmitInlineFunctionEnd() 4019 getLineNumber(CurLoc), getColumnNumber(CurLoc), Scope, CurInlinedAt)); in EmitLocation() 4052 LexicalBlockStack.back(), CurInlinedAt)); in EmitLexicalBlockStart() 4265 llvm::DebugLoc::get(Line, Column, Scope, CurInlinedAt), in EmitDeclare() 4291 llvm::DebugLoc::get(Line, Column, Scope, CurInlinedAt), in EmitDeclare() 4327 llvm::DebugLoc::get(Line, Column, Scope, CurInlinedAt), in EmitLabel() 4402 llvm::DebugLoc::get(Line, Column, LexicalBlockStack.back(), CurInlinedAt); in EmitDeclareOfBlockDeclRefVariable() 4587 llvm::DebugLoc::get(line, column, scope, CurInlinedAt), in EmitDeclareOfBlockLiteralArgVariable()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1270 DILocation *CurInlinedAt = DL; in updateInlinedAtInfo() local 1273 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in updateInlinedAtInfo() 1281 CurInlinedAt = IA; in updateInlinedAtInfo()
|