/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.cpp | 37 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument 43 Asm.OutStreamer->SwitchSection(StrSection); in emit()
|
D | DwarfFile.cpp | 141 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection) { in emitStrings() argument 142 StrPool.emit(*Asm, StrSection, OffsetSection); in emitStrings()
|
D | DwarfStringPool.h | 40 void emit(AsmPrinter &Asm, MCSection *StrSection,
|
D | DwarfFile.h | 104 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 99 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument 101 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
|
D | DwarfStringPool.cpp | 77 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument 83 Asm.OutStreamer->SwitchSection(StrSection); in emit()
|
D | DwarfStringPool.h | 45 void emit(AsmPrinter &Asm, MCSection *StrSection,
|
D | DwarfFile.h | 139 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 101 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument 103 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
|
D | DwarfStringPool.cpp | 75 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument 81 Asm.OutStreamer->SwitchSection(StrSection); in emit()
|
D | DwarfStringPool.h | 45 void emit(AsmPrinter &Asm, MCSection *StrSection,
|
D | DwarfFile.h | 140 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 385 const MCSection *StrSection, const MCSection *StrOffsetSection, in handleSection() argument 440 else if (OutSection == StrSection) in handleSection() 467 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection(); in write() local 476 {"debug_str.dwo", {StrSection, static_cast<DWARFSectionKind>(0)}}, in write() 488 DWPStringPool Strings(Out, StrSection); in write() 515 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
|
/external/llvm-project/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 428 const MCSection *StrSection, const MCSection *StrOffsetSection, in handleSection() argument 485 else if (OutSection == StrSection) in handleSection() 541 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection(); in write() local 550 {"debug_str.dwo", {StrSection, static_cast<DWARFSectionKind>(0)}}, in write() 562 DWPStringPool Strings(Out, StrSection); in write() 589 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1502 StringRef StrSection; member in __anonc7c59b990d11::DWARFObjInMemory 1522 .Case("debug_str", &StrSection) in mapSectionToMember() 1845 StringRef getStrSection() const override { return StrSection; } in getStrSection()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1569 StringRef StrSection; member in __anonbdce32250f11::DWARFObjInMemory 1590 .Case("debug_str", &StrSection) in mapSectionToMember() 1907 StringRef getStrSection() const override { return StrSection; } in getStrSection()
|