Home
last modified time | relevance | path

Searched refs:getInfoSection (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDDWARF.h36 InputSection *getInfoSection() const { in getInfoSection() function
HDSyntheticSections.cpp3167 chunk.infoSec = dobj.getInfoSection(); in DebugNamesSection()
3528 chunks[i].sec = dobj.getInfoSection(); in create()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFUnit.h320 const DWARFSection &getInfoSection() const { return InfoSection; } in getInfoSection() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFUnit.cpp130 (&(*I)->getInfoSection() != &Section || (*I)->getOffset() == Offset)) { in addUnitsImpl()
HDDWARFVerifier.cpp869 if (*RefVal >= DieCU->getInfoSection().Data.size()) { in verifyDebugInfoForm()