Home
last modified time | relevance | path

Searched refs:getLoadedSectionContents (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/
DDIContext.h184 virtual bool getLoadedSectionContents(const object::SectionRef &Sec, in getLoadedSectionContents() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h273 virtual bool getLoadedSectionContents(const object::SectionRef &Sec, in getLoadedSectionContents() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/
DDIContext.h297 virtual bool getLoadedSectionContents(const object::SectionRef &Sec, in getLoadedSectionContents() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp676 if (!L || !L->getLoadedSectionContents(*RelocatedSection,data)) in DWARFContextInMemory()
747 if (L && L->getLoadedSectionContents(*RelocatedSection,RelSecData)) in DWARFContextInMemory()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1615 if (!L || !L->getLoadedSectionContents(*RelocatedSection, Data)) { in DWARFObjInMemory()
1672 if (L && L->getLoadedSectionContents(*RelocatedSection, RelSecData)) in DWARFObjInMemory()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1793 if (!L || !L->getLoadedSectionContents(*RelocatedSection, Data)) { in DWARFObjInMemory()
1857 if (L && L->getLoadedSectionContents(*RelocatedSection, RelSecData)) in DWARFObjInMemory()