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

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

Completed in 206 milliseconds