Searched refs:LVScopeCompileUnit (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 460 LVScopeCompileUnit *CompileUnit = static_cast<LVScopeCompileUnit *>(Scope); in resolveElements() 1191 void LVScopeCompileUnit::addSize(LVScope *Scope, LVOffset Lower, in addSize() 1210 void LVScopeCompileUnit::propagatePatternMatch() { in propagatePatternMatch() 1229 void LVScopeCompileUnit::processRangeLocationCoverage( in processRangeLocationCoverage() 1256 void LVScopeCompileUnit::addMapping(LVLine *Line, LVSectionIndex SectionIndex) { in addMapping() 1261 LVLine *LVScopeCompileUnit::lineLowerBound(LVAddress Address, in lineLowerBound() 1271 LVLine *LVScopeCompileUnit::lineUpperBound(LVAddress Address, in lineUpperBound() 1283 LVLineRange LVScopeCompileUnit::lineRange(LVLocation *Location) const { in lineRange() 1293 StringRef LVScopeCompileUnit::getFilename(size_t Index) const { in getFilename() 1299 bool LVScopeCompileUnit::equals(const LVScope *Scope) const { in equals() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVReader.h | 30 class LVScopeCompileUnit; variable 64 using LVCompileUnits = std::map<LVOffset, LVScopeCompileUnit *>; 83 LVScopeCompileUnit *CompileUnit = nullptr; 89 void addCompileUnitOffset(LVOffset Offset, LVScopeCompileUnit *CompileUnit) { in addCompileUnitOffset() 148 LVScopeCompileUnit *getCompileUnit() const { return CompileUnit; } in getCompileUnit() 151 CompileUnit = static_cast<LVScopeCompileUnit *>(Scope); in setCompileUnit() 232 inline LVScopeCompileUnit *getReaderCompileUnit() { in getReaderCompileUnit()
|
| H A D | LVScope.h | 397 class LVScopeCompileUnit final : public LVScope { 478 (const_cast<LVScopeCompileUnit *>(this))->printScopeSize(Scope, OS); in printScopeSize() 487 LVScopeCompileUnit() : LVScope(), Totals(TotalInitialSize, {0, 0.0}) { in LVScopeCompileUnit() function 490 LVScopeCompileUnit(const LVScopeCompileUnit &) = delete; 491 LVScopeCompileUnit &operator=(const LVScopeCompileUnit &) = delete; 492 ~LVScopeCompileUnit() { in ~LVScopeCompileUnit() 500 return static_cast<LVScope *>(const_cast<LVScopeCompileUnit *>(this)); in getCompileUnitParent()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.h | 27 class LVScopeCompileUnit; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 181 CurrentScope = new LVScopeCompileUnit(); in createElement() 182 CompileUnit = static_cast<LVScopeCompileUnit *>(CurrentScope); in createElement() 544 static_cast<LVScopeCompileUnit *>(CurrentElement)); in processOneDie()
|