OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CurInlinedAt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
DebugLoc.cpp
76
DILocation *
CurInlinedAt
= DL;
79
while (DILocation *IA =
CurInlinedAt
->getInlinedAt()) {
87
CurInlinedAt
= IA;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.h
67
llvm::MDNode *
CurInlinedAt
= nullptr;
407
void setInlinedAt(llvm::MDNode *InlinedAt) {
CurInlinedAt
= InlinedAt; }
410
llvm::MDNode *getInlinedAt() const { return
CurInlinedAt
; }
Completed in 24 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026