Searched refs:DwarfFile (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.cpp | 20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() function in DwarfFile 23 void DwarfFile::addUnit(std::unique_ptr<DwarfCompileUnit> U) { in addUnit() 29 void DwarfFile::emitUnits(bool UseOffsets) { in emitUnits() 34 void DwarfFile::emitUnit(DwarfUnit *TheU, bool UseOffsets) { in emitUnit() 57 void DwarfFile::computeSizeAndOffsets() { in computeSizeAndOffsets() 80 unsigned DwarfFile::computeSizeAndOffsetsForUnit(DwarfUnit *TheU) { in computeSizeAndOffsetsForUnit() 92 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { in computeSizeAndOffset() 100 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() 105 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() 122 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 | 51 DwarfFile *DU; 72 DwarfFile *DWU); 368 DwarfFile *DWU, MCDwarfDwoLineTable *SplitLineTable = nullptr);
|
| H A D | CMakeLists.txt | 18 DwarfFile.cpp
|
| H A D | DwarfCompileUnit.h | 38 class DwarfFile; variable 113 DwarfDebug *DW, DwarfFile *DWU,
|
| H A D | DwarfDebug.h | 334 DwarfFile InfoHolder; 416 DwarfFile SkeletonHolder; 542 void emitDebugRangesImpl(const DwarfFile &Holder, MCSection *Section);
|
| H A D | DwarfDebug.cpp | 1176 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in beginModule() 2294 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitDebugInfo() 2300 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitAbbreviations() 2306 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitStringOffsetsTableHeader() 2505 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitDebugStr() 2703 const DwarfFile &Holder) { in emitRnglistsTableHeader() 3084 void DwarfDebug::emitDebugRangesImpl(const DwarfFile &Holder, MCSection *Section) { in emitDebugRangesImpl() 3469 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in addAccelNameImpl()
|
| H A D | DwarfUnit.cpp | 85 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU) in DwarfUnit() 89 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit()
|
| H A D | DwarfCompileUnit.cpp | 59 DwarfFile *DWU, UnitKind Kind) in DwarfCompileUnit()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | BUILD.gn | 35 "DwarfFile.cpp",
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | dsymutil.cpp | 531 std::string DwarfFile = in getOutputFileName() local 535 Path = DwarfFile + ".dSYM"; in getOutputFileName() 539 if (auto E = createPlistFile(DwarfFile, Path, Options.Toolchain)) in getOutputFileName() 545 sys::path::append(Path, "DWARF", sys::path::filename(DwarfFile)); in getOutputFileName()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 382 static void emitOneV5FileEntry(MCStreamer *MCOS, const MCDwarfFile &DwarfFile, in emitOneV5FileEntry() argument 385 assert(!DwarfFile.Name.empty()); in emitOneV5FileEntry() 387 LineStr->emitRef(MCOS, DwarfFile.Name); in emitOneV5FileEntry() 389 MCOS->emitBytes(DwarfFile.Name); // FileName and... in emitOneV5FileEntry() 392 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry() 394 const MD5::MD5Result &Cksum = *DwarfFile.Checksum; in emitOneV5FileEntry() 400 LineStr->emitRef(MCOS, DwarfFile.Source.value_or(StringRef())); in emitOneV5FileEntry() 402 MCOS->emitBytes(DwarfFile.Source.value_or(StringRef())); // Source and... in emitOneV5FileEntry()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5846 llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
|