Searched refs:InlinedAtLocation (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LexicalScopes.h | 159 : Parent(P), Desc(D), InlinedAtLocation(I), AbstractScope(A), in LexicalScope() 170 const MDNode *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() 232 AssertingVH<const MDNode> InlinedAtLocation; // Location at which this variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 49 : Parent(P), Desc(D), InlinedAtLocation(I), AbstractScope(A) { in LexicalScope() 63 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() 125 const DILocation *InlinedAtLocation; // Location at which this variable
|
/external/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 50 : Parent(P), Desc(D), InlinedAtLocation(I), AbstractScope(A), in LexicalScope() 61 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() 123 const DILocation *InlinedAtLocation; // Location at which this variable
|