Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DDWARF.h32 f(infoSection); in forEachInfoSections()
36 return cast<InputSection>(infoSection.sec); in getInfoSection()
91 LLDDWARFSection infoSection; variable
DDWARF.cpp71 infoSection.Data = toStringRef(sec->data()); in LLDDwarfObj()
72 infoSection.sec = sec; in LLDDwarfObj()
/external/llvm-project/lld/MachO/
DDwarf.h34 f(infoSection); in forEachInfoSections()
45 llvm::DWARFSection infoSection;
DDwarf.cpp31 dObj->infoSection.Data = toStringRef(isec->data); in create()