Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.h33 f(infoSection); in forEachInfoSections()
37 return cast<InputSection>(infoSection.sec); in getInfoSection()
90 LLDDWARFSection infoSection; variable
H A DDWARF.cpp70 infoSection.Data = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
71 infoSection.sec = sec; in LLDDwarfObj()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDwarf.h33 f(infoSection); in forEachInfoSections()
52 llvm::DWARFSection infoSection;
H A DDwarf.cpp31 .Case(section_names::debugInfo, &dObj->infoSection.Data) in create()