OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrSection
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfStringPool.h
40
void emit(AsmPrinter &Asm, MCSection *
StrSection
,
DwarfStringPool.cpp
37
void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *
StrSection
,
43
Asm.OutStreamer->SwitchSection(
StrSection
);
DwarfFile.h
94
void emitStrings(MCSection *
StrSection
, MCSection *OffsetSection = nullptr);
DwarfFile.cpp
134
void DwarfFile::emitStrings(MCSection *
StrSection
, MCSection *OffsetSection) {
135
StrPool.emit(*Asm,
StrSection
, OffsetSection);
/external/llvm/tools/llvm-dwp/
llvm-dwp.cpp
49
uint32_t &StringOffset, MCSection *
StrSection
,
66
Out.SwitchSection(
StrSection
);
239
MCSection *const
StrSection
= MCOFI.getDwarfStrDWOSection();
246
{"debug_str.dwo", {
StrSection
, static_cast<DWARFSectionKind>(0)}},
310
else if (OutSection ==
StrSection
)
327
StrSection
, StrOffsetSection,
Completed in 3115 milliseconds