Searched refs:IsCompileUnit (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 610 bool IsCompileUnit = CurrentScope->getIsCompileUnit(); in processOneDie() local 613 if (!IsCompileUnit) { in processOneDie() 656 if (FoundLowPC && FoundHighPC && !IsCompileUnit) { in processOneDie()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 42 IsCompileUnit, enumerator 165 KIND_3(LVScopeKind, IsCompileUnit, CanHaveRanges, CanHaveLines,
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 345 clEnumValN(LVScopeKind::IsCompileUnit, "CompileUnit", "Compile unit."),
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 98 {LVScopeKind::IsCompileUnit, &LVScope::getIsCompileUnit},
|