Searched refs:DwarfFile (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.cpp | 22 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() function in DwarfFile 25 void DwarfFile::addUnit(std::unique_ptr<DwarfCompileUnit> U) { in addUnit() 31 void DwarfFile::emitUnits(bool UseOffsets) { in emitUnits() 36 void DwarfFile::emitUnit(DwarfUnit *TheU, bool UseOffsets) { in emitUnit() 59 void DwarfFile::computeSizeAndOffsets() { in computeSizeAndOffsets() 82 unsigned DwarfFile::computeSizeAndOffsetsForUnit(DwarfUnit *TheU) { in computeSizeAndOffsetsForUnit() 94 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { in computeSizeAndOffset() 101 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() 106 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() 123 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel() [all …]
|
| H A D | DwarfFile.h | 49 class DwarfFile { 99 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
|
| H A D | DwarfUnit.h | 53 DwarfFile *DU; 74 DwarfFile *DWU); 364 DwarfFile *DWU, MCDwarfDwoLineTable *SplitLineTable = nullptr);
|
| H A D | DwarfDebug.h | 335 DwarfFile InfoHolder; 417 DwarfFile SkeletonHolder; 543 void emitDebugRangesImpl(const DwarfFile &Holder, MCSection *Section);
|
| H A D | DwarfCompileUnit.h | 39 class DwarfFile; variable 111 DwarfDebug *DW, DwarfFile *DWU,
|
| H A D | DwarfDebug.cpp | 1184 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in beginModule() 2272 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitDebugInfo() 2278 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitAbbreviations() 2284 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitStringOffsetsTableHeader() 2483 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitDebugStr() 2683 const DwarfFile &Holder) { in emitRnglistsTableHeader() 3057 void DwarfDebug::emitDebugRangesImpl(const DwarfFile &Holder, MCSection *Section) { in emitDebugRangesImpl() 3458 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in addAccelNameImpl()
|
| H A D | DwarfUnit.cpp | 91 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU) in DwarfUnit() 96 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit()
|
| H A D | DwarfCompileUnit.cpp | 60 DwarfFile *DWU, UnitKind Kind) in DwarfCompileUnit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 356 static void emitOneV5FileEntry(MCStreamer *MCOS, const MCDwarfFile &DwarfFile, in emitOneV5FileEntry() argument 359 assert(!DwarfFile.Name.empty()); in emitOneV5FileEntry() 361 LineStr->emitRef(MCOS, DwarfFile.Name); in emitOneV5FileEntry() 363 MCOS->emitBytes(DwarfFile.Name); // FileName and... in emitOneV5FileEntry() 366 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry() 368 const MD5::MD5Result &Cksum = *DwarfFile.Checksum; in emitOneV5FileEntry() 375 LineStr->emitRef(MCOS, DwarfFile.Source.getValueOr(StringRef())); in emitOneV5FileEntry() 378 DwarfFile.Source.getValueOr(StringRef())); // Source and... in emitOneV5FileEntry()
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 191 SRCS_MIN+= CodeGen/AsmPrinter/DwarfFile.cpp
|