Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DInputSection.cpp245 Defined *InputSectionBase::getEnclosingFunction(uint64_t offset) { in getEnclosingFunction() function in InputSectionBase
264 if (Defined *d = getEnclosingFunction(offset)) in getLocation()
1067 if (Defined *f = getEnclosingFunction(rel.offset)) { in adjustSplitStackFunctionPrologues()
H A DInputSection.h193 Defined *getEnclosingFunction(uint64_t offset);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2312 FunctionScopeInfo *Sema::getEnclosingFunction() const { in getEnclosingFunction() function in Sema
H A DSemaExprObjC.cpp3134 ? getEnclosingFunction() : nullptr; in BuildInstanceMessage()
H A DSemaOpenMP.cpp22100 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareReductionDirectiveStart()
22352 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareMapperDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1986 sema::FunctionScopeInfo *getEnclosingFunction() const;