Home
last modified time | relevance | path

Searched refs:getInlinedAtScope (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp74 MDNode *DebugLoc::getInlinedAtScope() const { in getInlinedAtScope() function in DebugLoc
75 return cast<DILocation>(Loc)->getInlinedAtScope(); in getInlinedAtScope()
80 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc()
H A DDroppedVariableStats.cpp104 VarID Key{DbgVar->getScope(), DbgLoc->getInlinedAtScope(), DbgVar}; in populateVarIDSetAndInlinedMap()
H A DVerifier.cpp3172 DILocalScope *Scope = DL->getInlinedAtScope(); in visitFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h272 LLVM_ABI MDNode *getInlinedAtScope() const;
H A DDebugInfoMetadata.h2622 DILocalScope *getInlinedAtScope() const { in getInlinedAtScope() function
2624 return IA->getInlinedAtScope(); in getInlinedAtScope()