Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp23 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() function in DwarfFile
26 void DwarfFile::addUnit(std::unique_ptr<DwarfCompileUnit> U) { in addUnit()
32 void DwarfFile::emitUnits(bool UseOffsets) { in emitUnits()
37 void DwarfFile::emitUnit(DwarfUnit *TheU, bool UseOffsets) { in emitUnit()
60 void DwarfFile::computeSizeAndOffsets() { in computeSizeAndOffsets()
80 unsigned DwarfFile::computeSizeAndOffsetsForUnit(DwarfUnit *TheU) { in computeSizeAndOffsetsForUnit()
92 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { in computeSizeAndOffset()
96 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); } in emitAbbrevs()
99 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings()
104 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable()
[all …]
DDwarfFile.h48 class DwarfFile {
98 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
DDwarfUnit.h56 DwarfFile *DU;
77 DwarfFile *DWU);
356 DwarfFile *DWU, MCDwarfDwoLineTable *SplitLineTable = nullptr);
DCMakeLists.txt17 DwarfFile.cpp
DDwarfDebug.h337 DwarfFile InfoHolder;
395 DwarfFile SkeletonHolder;
514 void emitDebugRangesImpl(const DwarfFile &Holder, MCSection *Section);
DDwarfCompileUnit.h37 class DwarfFile; variable
109 DwarfDebug *DW, DwarfFile *DWU,
DDwarfDebug.cpp992 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in beginModule()
1956 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitDebugInfo()
1962 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitAbbreviations()
1968 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitStringOffsetsTableHeader()
2171 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitDebugStr()
2340 const DwarfFile &Holder) { in emitRnglistsTableHeader()
2716 void DwarfDebug::emitDebugRangesImpl(const DwarfFile &Holder, MCSection *Section) { in emitDebugRangesImpl()
3030 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in addAccelNameImpl()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp21 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() function in llvm::DwarfFile
24 DwarfFile::~DwarfFile() { in ~DwarfFile()
31 DIEAbbrev &DwarfFile::assignAbbrevNumber(DIE &Die) { in assignAbbrevNumber()
54 void DwarfFile::addUnit(std::unique_ptr<DwarfCompileUnit> U) { in addUnit()
60 void DwarfFile::emitUnits(bool UseOffsets) { in emitUnits()
65 void DwarfFile::emitUnit(DwarfUnit *TheU, bool UseOffsets) { in emitUnit()
76 void DwarfFile::computeSizeAndOffsets() { in computeSizeAndOffsets()
88 unsigned DwarfFile::computeSizeAndOffsetsForUnit(DwarfUnit *TheU) { in computeSizeAndOffsetsForUnit()
100 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { in computeSizeAndOffset()
131 void DwarfFile::emitAbbrevs(MCSection *Section) { in emitAbbrevs()
[all …]
DDwarfFile.h37 class DwarfFile {
66 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
68 ~DwarfFile();
DDwarfUnit.h84 DwarfFile *DU;
108 DwarfFile *DWU);
377 DwarfFile *DWU, MCDwarfDwoLineTable *SplitLineTable = nullptr);
DCMakeLists.txt17 DwarfFile.cpp
DDwarfCompileUnit.h27 class DwarfFile; variable
84 DwarfDebug *DW, DwarfFile *DWU);
DDwarfDebug.h232 DwarfFile InfoHolder;
272 DwarfFile SkeletonHolder;
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp22 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()
98 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); } in emitAbbrevs()
101 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings()
106 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable()
[all …]
DDwarfFile.h49 class DwarfFile {
99 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
DDwarfUnit.h52 DwarfFile *DU;
73 DwarfFile *DWU);
347 DwarfFile *DWU, MCDwarfDwoLineTable *SplitLineTable = nullptr);
DCMakeLists.txt18 DwarfFile.cpp
DDwarfCompileUnit.h39 class DwarfFile; variable
111 DwarfDebug *DW, DwarfFile *DWU,
DDwarfDebug.h335 DwarfFile InfoHolder;
404 DwarfFile SkeletonHolder;
529 void emitDebugRangesImpl(const DwarfFile &Holder, MCSection *Section);
DDwarfDebug.cpp1160 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in beginModule()
2182 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitDebugInfo()
2188 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitAbbreviations()
2194 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitStringOffsetsTableHeader()
2397 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitDebugStr()
2554 const DwarfFile &Holder) { in emitRnglistsTableHeader()
2928 void DwarfDebug::emitDebugRangesImpl(const DwarfFile &Holder, MCSection *Section) { in emitDebugRangesImpl()
3329 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in addAccelNameImpl()
/external/llvm/tools/dsymutil/
Ddsymutil.cpp220 std::string DwarfFile = in getOutputFileName() local
224 BundleDir = DwarfFile + ".dSYM"; in getOutputFileName()
229 llvm::sys::path::filename(DwarfFile)); in getOutputFileName()
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
DBUILD.gn35 "DwarfFile.cpp",
/external/llvm-project/llvm/tools/dsymutil/
Ddsymutil.cpp455 std::string DwarfFile = in getOutputFileName() local
459 Path = DwarfFile + ".dSYM"; in getOutputFileName()
463 if (auto E = createPlistFile(DwarfFile, Path, Options.Toolchain)) in getOutputFileName()
469 sys::path::append(Path, "DWARF", sys::path::filename(DwarfFile)); in getOutputFileName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp352 static void emitOneV5FileEntry(MCStreamer *MCOS, const MCDwarfFile &DwarfFile, in emitOneV5FileEntry() argument
355 assert(!DwarfFile.Name.empty()); in emitOneV5FileEntry()
357 LineStr->emitRef(MCOS, DwarfFile.Name); in emitOneV5FileEntry()
359 MCOS->EmitBytes(DwarfFile.Name); // FileName and... in emitOneV5FileEntry()
362 MCOS->EmitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()
364 const MD5::MD5Result &Cksum = *DwarfFile.Checksum; in emitOneV5FileEntry()
371 LineStr->emitRef(MCOS, DwarfFile.Source.getValueOr(StringRef())); in emitOneV5FileEntry()
374 DwarfFile.Source.getValueOr(StringRef())); // Source and... in emitOneV5FileEntry()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp371 static void emitOneV5FileEntry(MCStreamer *MCOS, const MCDwarfFile &DwarfFile, in emitOneV5FileEntry() argument
374 assert(!DwarfFile.Name.empty()); in emitOneV5FileEntry()
376 LineStr->emitRef(MCOS, DwarfFile.Name); in emitOneV5FileEntry()
378 MCOS->emitBytes(DwarfFile.Name); // FileName and... in emitOneV5FileEntry()
381 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()
383 const MD5::MD5Result &Cksum = *DwarfFile.Checksum; in emitOneV5FileEntry()
390 LineStr->emitRef(MCOS, DwarfFile.Source.getValueOr(StringRef())); in emitOneV5FileEntry()
393 DwarfFile.Source.getValueOr(StringRef())); // Source and... in emitOneV5FileEntry()

12