Home
last modified time | relevance | path

Searched refs:getEnclosingFunction (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputSection.h212 Defined *getEnclosingFunction(uint64_t offset) const { in getEnclosingFunction() function
H A DInputSection.cpp268 if (Defined *d = getEnclosingFunction(offset)) in getLocation()
1148 if (Defined *f = getEnclosingFunction(rel.offset)) { in adjustSplitStackFunctionPrologues()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2358 FunctionScopeInfo *Sema::getEnclosingFunction() const { in getEnclosingFunction() function in Sema
H A DSemaExprObjC.cpp3139 ? getEnclosingFunction() : nullptr; in BuildInstanceMessage()
H A DSemaOpenMP.cpp22515 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareReductionDirectiveStart()
22767 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareMapperDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2029 sema::FunctionScopeInfo *getEnclosingFunction() const;