Searched refs:LVScopeCompileUnit (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 443 LVScopeCompileUnit *CompileUnit = static_cast<LVScopeCompileUnit *>(Scope); in resolveElements() 1178 void LVScopeCompileUnit::addSize(LVScope *Scope, LVOffset Lower, in addSize() 1197 void LVScopeCompileUnit::propagatePatternMatch() { in propagatePatternMatch() 1216 void LVScopeCompileUnit::processRangeLocationCoverage( in processRangeLocationCoverage() 1243 void LVScopeCompileUnit::addMapping(LVLine *Line, LVSectionIndex SectionIndex) { in addMapping() 1248 LVLine *LVScopeCompileUnit::lineLowerBound(LVAddress Address, in lineLowerBound() 1258 LVLine *LVScopeCompileUnit::lineUpperBound(LVAddress Address, in lineUpperBound() 1270 LVLineRange LVScopeCompileUnit::lineRange(LVLocation *Location) const { in lineRange() 1280 StringRef LVScopeCompileUnit::getFilename(size_t Index) const { in getFilename() 1286 bool LVScopeCompileUnit::equals(const LVScope *Scope) const { in equals() [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVReader.h | 30 class LVScopeCompileUnit; variable 67 using LVCompileUnits = std::map<LVOffset, LVScopeCompileUnit *>; 130 LVScopeCompileUnit *CompileUnit = nullptr; 136 void addCompileUnitOffset(LVOffset Offset, LVScopeCompileUnit *CompileUnit) { in addCompileUnitOffset() 246 LVScopeCompileUnit *getCompileUnit() const { return CompileUnit; } in getCompileUnit() 249 CompileUnit = static_cast<LVScopeCompileUnit *>(Scope); in setCompileUnit() 337 inline LVScopeCompileUnit *getReaderCompileUnit() { in getReaderCompileUnit()
|
| H A D | LVScope.h | 397 class LVScopeCompileUnit final : public LVScope { 481 (const_cast<LVScopeCompileUnit *>(this))->printScopeSize(Scope, OS); in printScopeSize() 490 LVScopeCompileUnit() : LVScope(), Totals(TotalInitialSize, {0, 0.0}) { in LVScopeCompileUnit() function 493 LVScopeCompileUnit(const LVScopeCompileUnit &) = delete; 494 LVScopeCompileUnit &operator=(const LVScopeCompileUnit &) = delete; 495 ~LVScopeCompileUnit() = default; 498 return static_cast<LVScope *>(const_cast<LVScopeCompileUnit *>(this)); in getCompileUnitParent()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.h | 27 class LVScopeCompileUnit; variable
|
| H A D | LVCodeViewReader.h | 52 class LVScopeCompileUnit;
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 274 using StringEntry = std::tuple<uint32_t, std::string, LVScopeCompileUnit *>; 301 void addFilenames(LVScopeCompileUnit *Scope); 380 LVScopeCompileUnit *Scope = std::get<2>(Entry.second); in addFilenames() 386 void LVStringRecords::addFilenames(LVScopeCompileUnit *Scope) { in addFilenames() 2286 LVScopeCompileUnit *CompileUnit = Reader->getCompileUnit(); in visitKnownRecord() 2365 LVScopeCompileUnit *CompileUnit = Reader->getCompileUnit(); in visitKnownRecord() 3108 Reader->setCompileUnit(static_cast<LVScopeCompileUnit *>(CurrentScope)); in createElement()
|
| H A D | LVDWARFReader.cpp | 182 CompileUnit = static_cast<LVScopeCompileUnit *>(CurrentScope); in createElement() 557 static_cast<LVScopeCompileUnit *>(CurrentElement)); in processOneDie()
|
| H A D | LVCodeViewReader.cpp | 1121 CompileUnit = static_cast<LVScopeCompileUnit *>(Scope); in processModule()
|