Searched refs:IsCompileUnit (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 422 bool IsCompileUnit = CurrentScope->getIsCompileUnit(); in processOneDie() local 425 if (!IsCompileUnit) { in processOneDie() 468 if (FoundLowPC && FoundHighPC && !IsCompileUnit) { in processOneDie()
|
| H A D | LVCodeViewVisitor.cpp | 743 IsCompileUnit = false; in visitSymbolBegin() 746 if (symbolOpensScope(Kind) || (IsCompileUnit = symbolIsCompileUnit(Kind))) { in visitSymbolBegin() 748 LogicalVisitor->addElement(LogicalVisitor->CurrentScope, IsCompileUnit); in visitSymbolBegin() 2954 void LVLogicalVisitor::addElement(LVScope *Scope, bool IsCompileUnit) { in addElement() argument 2959 if (IsCompileUnit) { in addElement()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.h | 142 bool IsCompileUnit = false; 339 void addElement(LVScope *Scope, bool IsCompileUnit); 143 bool IsCompileUnit = false; global() variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 43 IsCompileUnit, enumerator 170 KIND_3(LVScopeKind, IsCompileUnit, CanHaveRanges, CanHaveLines,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 348 clEnumValN(LVScopeKind::IsCompileUnit, "CompileUnit", "Compile unit."),
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 92 {LVScopeKind::IsCompileUnit, &LVScope::getIsCompileUnit},
|