Home
last modified time | relevance | path

Searched refs:infoSection (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DDWARF.h32 f(infoSection); in forEachInfoSections()
36 return cast<InputSection>(infoSection.sec); in getInfoSection()
91 LLDDWARFSection infoSection; variable
H A DDWARF.cpp70 infoSection.Data = toStringRef(sec->data()); in LLDDwarfObj()
71 infoSection.sec = sec; in LLDDwarfObj()
/llvm-project-15.0.7/lld/MachO/
H A DDwarf.h34 f(infoSection); in forEachInfoSections()
49 llvm::DWARFSection infoSection;
H A DDwarf.cpp31 .Case(section_names::debugInfo, &dObj->infoSection.Data) in create()