Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DInputSection.h186 Defined *getEnclosingFunction(uint64_t offset);
H A DInputSection.cpp233 Defined *InputSectionBase::getEnclosingFunction(uint64_t offset) { in getEnclosingFunction() function in InputSectionBase
252 if (Defined *d = getEnclosingFunction(offset)) in getLocation()
1181 if (Defined *f = getEnclosingFunction(rel.offset)) { in adjustSplitStackFunctionPrologues()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2275 FunctionScopeInfo *Sema::getEnclosingFunction() const { in getEnclosingFunction() function in Sema
H A DSemaExprObjC.cpp3138 ? getEnclosingFunction() : nullptr; in BuildInstanceMessage()
H A DSemaOpenMP.cpp21809 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareReductionDirectiveStart()
22061 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareMapperDirective()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1954 sema::FunctionScopeInfo *getEnclosingFunction() const;