/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 23 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 …]
|
D | DwarfFile.h | 48 class DwarfFile { 98 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
|
D | DwarfUnit.h | 56 DwarfFile *DU; 77 DwarfFile *DWU); 356 DwarfFile *DWU, MCDwarfDwoLineTable *SplitLineTable = nullptr);
|
D | CMakeLists.txt | 17 DwarfFile.cpp
|
D | DwarfDebug.h | 337 DwarfFile InfoHolder; 395 DwarfFile SkeletonHolder; 514 void emitDebugRangesImpl(const DwarfFile &Holder, MCSection *Section);
|
D | DwarfCompileUnit.h | 37 class DwarfFile; variable 109 DwarfDebug *DW, DwarfFile *DWU,
|
D | DwarfDebug.cpp | 992 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/ |
D | DwarfFile.cpp | 21 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 …]
|
D | DwarfFile.h | 37 class DwarfFile { 66 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA); 68 ~DwarfFile();
|
D | DwarfUnit.h | 84 DwarfFile *DU; 108 DwarfFile *DWU); 377 DwarfFile *DWU, MCDwarfDwoLineTable *SplitLineTable = nullptr);
|
D | CMakeLists.txt | 17 DwarfFile.cpp
|
D | DwarfCompileUnit.h | 27 class DwarfFile; variable 84 DwarfDebug *DW, DwarfFile *DWU);
|
D | DwarfDebug.h | 232 DwarfFile InfoHolder; 272 DwarfFile SkeletonHolder;
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
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() 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 …]
|
D | DwarfFile.h | 49 class DwarfFile { 99 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
|
D | DwarfUnit.h | 52 DwarfFile *DU; 73 DwarfFile *DWU); 347 DwarfFile *DWU, MCDwarfDwoLineTable *SplitLineTable = nullptr);
|
D | CMakeLists.txt | 18 DwarfFile.cpp
|
D | DwarfCompileUnit.h | 39 class DwarfFile; variable 111 DwarfDebug *DW, DwarfFile *DWU,
|
D | DwarfDebug.h | 335 DwarfFile InfoHolder; 404 DwarfFile SkeletonHolder; 529 void emitDebugRangesImpl(const DwarfFile &Holder, MCSection *Section);
|
D | DwarfDebug.cpp | 1160 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/ |
D | dsymutil.cpp | 220 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/ |
D | BUILD.gn | 35 "DwarfFile.cpp",
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | dsymutil.cpp | 455 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/ |
D | MCDwarf.cpp | 352 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/ |
D | MCDwarf.cpp | 371 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()
|