Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DDWARF.h35 InputSection *getInfoSection() const { in getInfoSection() function
DSyntheticSections.cpp2884 chunks[i].sec = dobj.getInfoSection(); in create()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h190 virtual const DWARFSection &getInfoSection() = 0;
284 const DWARFSection &getInfoSection() override { return InfoSection; } in getInfoSection() function
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h282 const DWARFSection &getInfoSection() const { return InfoSection; } in getInfoSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h278 const DWARFSection &getInfoSection() const { return InfoSection; } in getInfoSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp417 CUs.parse(*this, getInfoSection()); in parseCompileUnits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp107 (&(*I)->getInfoSection() != &Section || (*I)->getOffset() == Offset)) { in addUnitsImpl()
DDWARFVerifier.cpp572 if (*RefVal >= DieCU->getInfoSection().Data.size()) { in verifyDebugInfoForm()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp109 (&(*I)->getInfoSection() != &Section || (*I)->getOffset() == Offset)) { in addUnitsImpl()
DDWARFVerifier.cpp629 if (*RefVal >= DieCU->getInfoSection().Data.size()) { in verifyDebugInfoForm()