Home
last modified time | relevance | path

Searched refs:StrSection (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp37 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument
43 Asm.OutStreamer->SwitchSection(StrSection); in emit()
DDwarfFile.cpp141 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection) { in emitStrings() argument
142 StrPool.emit(*Asm, StrSection, OffsetSection); in emitStrings()
DDwarfStringPool.h40 void emit(AsmPrinter &Asm, MCSection *StrSection,
DDwarfFile.h104 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp99 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument
101 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
DDwarfStringPool.cpp77 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument
83 Asm.OutStreamer->SwitchSection(StrSection); in emit()
DDwarfStringPool.h45 void emit(AsmPrinter &Asm, MCSection *StrSection,
DDwarfFile.h139 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp101 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument
103 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
DDwarfStringPool.cpp75 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument
81 Asm.OutStreamer->SwitchSection(StrSection); in emit()
DDwarfStringPool.h45 void emit(AsmPrinter &Asm, MCSection *StrSection,
DDwarfFile.h140 void emitStrings(MCSection *StrSection, MCSection *OffsetSection = nullptr,
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp385 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/
Dllvm-dwp.cpp428 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/
DDWARFContext.cpp1502 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/
DDWARFContext.cpp1569 StringRef StrSection; member in __anonbdce32250f11::DWARFObjInMemory
1590 .Case("debug_str", &StrSection) in mapSectionToMember()
1907 StringRef getStrSection() const override { return StrSection; } in getStrSection()