Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp220 CurrentScope = nullptr; in createElement()
358 CurrentScope = createScope(); in createElement()
359 CurrentScope->setIsCatchBlock(); in createElement()
360 return CurrentScope; in createElement()
362 CurrentScope = createScope(); in createElement()
363 CurrentScope->setIsLexicalBlock(); in createElement()
364 return CurrentScope; in createElement()
366 CurrentScope = createScope(); in createElement()
367 CurrentScope->setIsTryBlock(); in createElement()
368 return CurrentScope; in createElement()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp286 CurrentScope->addObject(Range.LowPC, Range.HighPC); in processOneAttribute()
353 return CurrentScope; in processOneDie()
383 if (CurrentScope) in processOneDie()
384 Parent->addElement(CurrentScope); in processOneDie()
418 if (CurrentScope) { in processOneDie()
419 if (CurrentScope->getCanHaveRanges()) { in processOneDie()
422 bool IsCompileUnit = CurrentScope->getIsCompileUnit(); in processOneDie()
424 CurrentScope->addObject(CurrentLowPC, CurrentHighPC); in processOneDie()
429 CurrentScope->getIsFunction() && in processOneDie()
430 !CurrentScope->getIsInlinedFunction()) in processOneDie()
[all …]
H A DLVCodeViewVisitor.cpp747 assert(LogicalVisitor->CurrentScope && "Invalid scope!"); in visitSymbolBegin()
748 LogicalVisitor->addElement(LogicalVisitor->CurrentScope, IsCompileUnit); in visitSymbolBegin()
784 if (LVScope *Scope = LogicalVisitor->CurrentScope) { in visitKnownRecord()
946 if (LVScope *Scope = LogicalVisitor->CurrentScope) { in visitKnownRecord()
994 if (LVScope *Scope = LogicalVisitor->CurrentScope) { in visitKnownRecord()
1378 if (LVScope *InlinedFunction = LogicalVisitor->CurrentScope) { in visitKnownRecord()
1520 if (LVScope *Function = LogicalVisitor->CurrentScope) { in visitKnownRecord()
1633 if (LVScope *Function = LogicalVisitor->CurrentScope) in visitKnownRecord()
2978 CurrentScope = nullptr; in createElement()
3025 CurrentScope = Reader->createScopeArray(); in createElement()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h135 LVScope *CurrentScope = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1084 Scope *CurrentScope) { in ActOnLambdaExpressionAfterIntroducer() argument
1234 CheckShadow(CurrentScope, V); in ActOnLambdaExpressionAfterIntroducer()
1235 PushOnScopeChains(Var, CurrentScope, false); in ActOnLambdaExpressionAfterIntroducer()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h290 LVScope *CurrentScope = nullptr;
289 LVScope *CurrentScope = nullptr; global() variable