Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.h35 InputSection *getInfoSection() const { in getInfoSection() function
H A DSyntheticSections.cpp2916 chunks[i].sec = dobj.getInfoSection(); in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h320 const DWARFSection &getInfoSection() const { return InfoSection; } in getInfoSection() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp126 (&(*I)->getInfoSection() != &Section || (*I)->getOffset() == Offset)) { in addUnitsImpl()
H A DDWARFVerifier.cpp777 if (*RefVal >= DieCU->getInfoSection().Data.size()) { in verifyDebugInfoForm()