Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputSection.h198 Defined *getEnclosingFunction(uint64_t offset);
H A DInputSection.cpp280 Defined *InputSectionBase::getEnclosingFunction(uint64_t offset) { in getEnclosingFunction() function in InputSectionBase
310 if (Defined *d = getEnclosingFunction<ELFT>(offset)) in getLocation()
1220 if (Defined *f = getEnclosingFunction<ELFT>(rel.offset)) { in adjustSplitStackFunctionPrologues()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2168 FunctionScopeInfo *Sema::getEnclosingFunction() const { in getEnclosingFunction() function in Sema
H A DSemaExprObjC.cpp3138 ? getEnclosingFunction() : nullptr; in BuildInstanceMessage()
H A DSemaOpenMP.cpp19700 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareReductionDirectiveStart()
19952 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareMapperDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1882 sema::FunctionScopeInfo *getEnclosingFunction() const;