Home
last modified time | relevance | path

Searched refs:DwarfCompileUnit (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h51 class DwarfCompileUnit; variable
281 SymbolCU(DwarfCompileUnit *CU, const MCSymbol *Sym) : Sym(Sym), CU(CU) {} in SymbolCU()
284 DwarfCompileUnit *CU;
301 MapVector<const MDNode *, DwarfCompileUnit *> CUMap;
304 DenseMap<const DIE *, DwarfCompileUnit *> CUDieMap;
329 const DwarfCompileUnit *PrevCU = nullptr;
451 MCDwarfDwoLineTable *getDwoLineTable(const DwarfCompileUnit &);
453 const SmallVectorImpl<std::unique_ptr<DwarfCompileUnit>> &getUnits() { in getUnits()
459 void ensureAbstractEntityIsCreated(DwarfCompileUnit &CU,
462 void ensureAbstractEntityIsCreatedIfScoped(DwarfCompileUnit &CU,
[all …]
H A DDwarfCompileUnit.cpp57 DwarfCompileUnit::DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, in DwarfCompileUnit() function in DwarfCompileUnit
67 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress()
107 void DwarfCompileUnit::addLocalLabelAddress(DIE &Die, in addLocalLabelAddress()
116 unsigned DwarfCompileUnit::getOrCreateSourceID(const DIFile *File) { in getOrCreateSourceID()
136 DIE *DwarfCompileUnit::getOrCreateGlobalVariableDIE( in getOrCreateGlobalVariableDIE()
202 void DwarfCompileUnit::addLocationAttribute( in addLocationAttribute()
362 DIE *DwarfCompileUnit::getOrCreateCommonBlock( in getOrCreateCommonBlock()
379 void DwarfCompileUnit::addRange(RangeSpan Range) { in addRange()
402 void DwarfCompileUnit::initStmtList() { in initStmtList()
423 void DwarfCompileUnit::applyStmtList(DIE &D) { in applyStmtList()
[all …]
H A DDwarfFile.h29 class DwarfCompileUnit; variable
44 const DwarfCompileUnit *CU;
59 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs;
101 const SmallVectorImpl<std::unique_ptr<DwarfCompileUnit>> &getUnits() { in getUnits()
105 std::pair<uint32_t, RangeSpanList *> addRange(const DwarfCompileUnit &CU,
124 void addUnit(std::unique_ptr<DwarfCompileUnit> U);
H A DDwarfDebug.cpp551 template <typename Func> static void forBothCUs(DwarfCompileUnit &CU, Func F) { in forBothCUs()
562 void DwarfDebug::constructAbstractSubprogramScopeDIE(DwarfCompileUnit &SrcCU, in constructAbstractSubprogramScopeDIE()
896 DwarfCompileUnit &CU, DIE &ScopeDIE, in constructCallSiteEntryDIEs()
1023 void DwarfDebug::addGnuPubAttributes(DwarfCompileUnit &U, DIE &D) const { in addGnuPubAttributes()
1031 DwarfCompileUnit &NewCU) { in finishUnitAttributes()
1095 DwarfCompileUnit &
1102 auto OwnedUnit = std::make_unique<DwarfCompileUnit>( in getOrCreateDwarfCompileUnit()
1104 DwarfCompileUnit &NewCU = *OwnedUnit; in getOrCreateDwarfCompileUnit()
1132 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE()
1141 static SmallVectorImpl<DwarfCompileUnit::GlobalExpr> &
[all …]
H A DDebugLocStream.h20 class DwarfCompileUnit; variable
34 DwarfCompileUnit *CU;
37 List(DwarfCompileUnit *CU, size_t EntryOffset) in List()
80 size_t startList(DwarfCompileUnit *CU) { in startList()
164 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder()
H A DDwarfCompileUnit.h46 class DwarfCompileUnit final : public DwarfUnit {
56 DwarfCompileUnit *Skeleton = nullptr;
112 DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, AsmPrinter *A,
119 DwarfCompileUnit *getSkeleton() const { in getSkeleton()
170 DwarfCompileUnit &getCU() override { return *this; } in getCU()
277 void setSkeleton(DwarfCompileUnit &Skel) { Skeleton = &Skel; } in setSkeleton()
H A DDwarfExpression.h29 class DwarfCompileUnit; variable
130 DwarfCompileUnit &CU;
285 DwarfExpression(unsigned DwarfVersion, DwarfCompileUnit &CU) in DwarfExpression()
400 DwarfCompileUnit &CU) in DebugLocDwarfExpression()
429 DIEDwarfExpression(const AsmPrinter &AP, DwarfCompileUnit &CU, DIELoc &DIE);
H A DDIEHash.h34 DIEHash(AsmPrinter *A = nullptr, DwarfCompileUnit *CU = nullptr)
107 DwarfCompileUnit *CU;
H A DDwarfUnit.h28 class DwarfCompileUnit; variable
286 virtual DwarfCompileUnit &getCU() = 0;
362 DwarfCompileUnit &CU;
371 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
387 DwarfCompileUnit &getCU() override { return CU; } in getCU()
H A DDwarfFile.cpp23 void DwarfFile::addUnit(std::unique_ptr<DwarfCompileUnit> U) { in addUnit()
128 DwarfFile::addRange(const DwarfCompileUnit &CU, SmallVector<RangeSpan, 2> R) { in addRange()
H A DCMakeLists.txt15 DwarfCompileUnit.cpp
H A DDebugLocEntry.h252 DwarfCompileUnit &TheCU);
H A DAccelTable.cpp547 const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) { in emitDWARF5AccelTable()
557 const DwarfCompileUnit *MainCU = in emitDWARF5AccelTable()
H A DDwarfUnit.cpp42 DwarfCompileUnit &CU, DIELoc &DIE) in DIEDwarfExpression()
87 DwarfTypeUnit::DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit()
/openbsd-src/gnu/usr.bin/clang/libLLVMAsmPrinter/
H A DMakefile19 DwarfCompileUnit.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
H A DBUILD.gn33 "DwarfCompileUnit.cpp",
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAccelTable.h105 class DwarfCompileUnit; variable
310 ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs);
H A DDIE.h41 class DwarfCompileUnit; variable
236 const DwarfCompileUnit *CU;
241 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx) in DIEBaseTypeRef()