Searched refs:DwarfFile (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.cpp | 24 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() function in DwarfFile 27 void DwarfFile::addUnit(std::unique_ptr<DwarfCompileUnit> U) { in addUnit() 33 void DwarfFile::emitUnits(bool UseOffsets) { in emitUnits() 38 void DwarfFile::emitUnit(DwarfUnit *TheU, bool UseOffsets) { in emitUnit() 56 void DwarfFile::computeSizeAndOffsets() { in computeSizeAndOffsets() 71 unsigned DwarfFile::computeSizeAndOffsetsForUnit(DwarfUnit *TheU) { in computeSizeAndOffsetsForUnit() 83 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { in computeSizeAndOffset() 90 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() 95 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() 112 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel() [all …]
|
| H A D | DwarfFile.h | 65 class DwarfFile { 119 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
|
| H A D | DwarfUnit.h | 57 DwarfFile *DU; 78 DwarfFile *DWU); 363 DwarfFile *DWU, MCDwarfDwoLineTable *SplitLineTable = nullptr);
|
| H A D | DwarfCompileUnit.h | 38 class DwarfFile; variable 106 DwarfDebug *DW, DwarfFile *DWU);
|
| H A D | DwarfDebug.cpp | 740 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in beginModule() 1673 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitDebugInfo() 1679 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitAbbreviations() 1685 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitStringOffsetsTableHeader() 1887 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitDebugStr() 1969 static void emitListsTableHeaderStart(AsmPrinter *Asm, const DwarfFile &Holder, in emitListsTableHeaderStart() 1991 const DwarfFile &Holder) { in emitRnglistsTableHeader() 2011 const DwarfFile &Holder) { in emitLoclistsTableHeader() 2382 const DwarfFile &Holder, MCSymbol *TableEnd) { in emitDebugRangesImpl() 2707 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in addAccelNameImpl()
|
| H A D | DwarfDebug.h | 321 DwarfFile InfoHolder; 379 DwarfFile SkeletonHolder;
|
| H A D | DwarfUnit.cpp | 73 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU) in DwarfUnit() 79 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit()
|
| H A D | DwarfCompileUnit.cpp | 57 DwarfFile *DWU) in DwarfCompileUnit()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 353 static void emitOneV5FileEntry(MCStreamer *MCOS, const MCDwarfFile &DwarfFile, in emitOneV5FileEntry() argument 356 assert(!DwarfFile.Name.empty()); in emitOneV5FileEntry() 358 LineStr->emitRef(MCOS, DwarfFile.Name); in emitOneV5FileEntry() 360 MCOS->EmitBytes(DwarfFile.Name); // FileName and... in emitOneV5FileEntry() 363 MCOS->EmitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry() 365 MD5::MD5Result *Cksum = DwarfFile.Checksum; in emitOneV5FileEntry() 372 LineStr->emitRef(MCOS, DwarfFile.Source.getValueOr(StringRef())); in emitOneV5FileEntry() 375 DwarfFile.Source.getValueOr(StringRef())); // Source and... in emitOneV5FileEntry()
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 158 SRCS_MIN+= CodeGen/AsmPrinter/DwarfFile.cpp
|