Searched refs:StrSection (Results 1 – 10 of 10) sorted by relevance
/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-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 80 void DwarfFile::emitStrings(MCSection *StrSection, MCSection *OffsetSection, in emitStrings() argument 82 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
|
D | DwarfStringPool.cpp | 64 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() argument 70 Asm.OutStreamer->SwitchSection(StrSection); in emit()
|
D | DwarfStringPool.h | 43 void emit(AsmPrinter &Asm, MCSection *StrSection,
|
D | DwarfFile.h | 108 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 388 const MCSection *StrSection, const MCSection *StrOffsetSection, in handleSection() argument 443 else if (OutSection == StrSection) in handleSection() 499 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection(); in write() local 508 {"debug_str.dwo", {StrSection, static_cast<DWARFSectionKind>(0)}}, in write() 520 DWPStringPool Strings(Out, StrSection); in write() 547 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
|