Home
last modified time | relevance | path

Searched refs:DwarfFile (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp20 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()
97 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); } in emitAbbrevs()
100 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings()
105 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable()
[all …]
H A DDwarfFile.h49 class DwarfFile {
99 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
H A DDwarfUnit.h51 DwarfFile *DU;
72 DwarfFile *DWU);
372 DwarfFile *DWU, MCDwarfDwoLineTable *SplitLineTable = nullptr);
H A DCMakeLists.txt18 DwarfFile.cpp
H A DDwarfDebug.h336 DwarfFile InfoHolder;
418 DwarfFile SkeletonHolder;
544 void emitDebugRangesImpl(const DwarfFile &Holder, MCSection *Section);
H A DDwarfCompileUnit.h38 class DwarfFile; variable
113 DwarfDebug *DW, DwarfFile *DWU,
H A DDwarfDebug.cpp1202 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in beginModule()
2330 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitDebugInfo()
2336 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitAbbreviations()
2342 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitStringOffsetsTableHeader()
2541 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitDebugStr()
2739 const DwarfFile &Holder) { in emitRnglistsTableHeader()
3120 void DwarfDebug::emitDebugRangesImpl(const DwarfFile &Holder, MCSection *Section) { in emitDebugRangesImpl()
3505 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in addAccelNameImpl()
H A DDwarfUnit.cpp84 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU) in DwarfUnit()
88 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit()
H A DDwarfCompileUnit.cpp59 DwarfFile *DWU, UnitKind Kind) in DwarfCompileUnit()
/openbsd-src/gnu/usr.bin/clang/libLLVMAsmPrinter/
H A DMakefile22 DwarfFile.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
H A DBUILD.gn36 "DwarfFile.cpp",
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A Ddsymutil.cpp535 std::string DwarfFile = in getOutputFileName() local
539 Path = DwarfFile + ".dSYM"; in getOutputFileName()
543 if (auto E = createPlistFile(DwarfFile, Path, Options.Toolchain)) in getOutputFileName()
549 sys::path::append(Path, "DWARF", sys::path::filename(DwarfFile)); in getOutputFileName()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp381 static void emitOneV5FileEntry(MCStreamer *MCOS, const MCDwarfFile &DwarfFile, in emitOneV5FileEntry() argument
384 assert(!DwarfFile.Name.empty()); in emitOneV5FileEntry()
386 LineStr->emitRef(MCOS, DwarfFile.Name); in emitOneV5FileEntry()
388 MCOS->emitBytes(DwarfFile.Name); // FileName and... in emitOneV5FileEntry()
391 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()
393 const MD5::MD5Result &Cksum = *DwarfFile.Checksum; in emitOneV5FileEntry()
399 LineStr->emitRef(MCOS, DwarfFile.Source.value_or(StringRef())); in emitOneV5FileEntry()
401 MCOS->emitBytes(DwarfFile.Source.value_or(StringRef())); // Source and... in emitOneV5FileEntry()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5834 llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp