Searched refs:DwarfFile (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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() 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 …]
|
| 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 | CMakeLists.txt | 18 DwarfFile.cpp
|
| H A D | DwarfDebug.h | 335 DwarfFile InfoHolder; 417 DwarfFile SkeletonHolder; 546 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 | 1197 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in beginModule() 2222 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitDebugInfo() 2228 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitAbbreviations() 2234 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitStringOffsetsTableHeader() 2433 DwarfFile &Holder = useSplitDwarf() ? SkeletonHolder : InfoHolder; in emitDebugStr() 2633 const DwarfFile &Holder) { in emitRnglistsTableHeader() 3007 void DwarfDebug::emitDebugRangesImpl(const DwarfFile &Holder, MCSection *Section) { in emitDebugRangesImpl() 3408 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| H A D | dsymutil.cpp | 458 std::string DwarfFile = in getOutputFileName() local 462 Path = DwarfFile + ".dSYM"; in getOutputFileName() 466 if (auto E = createPlistFile(DwarfFile, Path, Options.Toolchain)) in getOutputFileName() 472 sys::path::append(Path, "DWARF", sys::path::filename(DwarfFile)); in getOutputFileName()
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMAsmPrinter/ |
| H A D | Makefile | 26 DwarfFile.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | BUILD.gn | 35 "DwarfFile.cpp",
|
| /netbsd-src/external/apache2/llvm/dist/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()
|