Home
last modified time | relevance | path

Searched refs:getLoadedSectionContents (Results 1 – 4 of 4) 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-7.0/llvm/include/llvm/DebugInfo/
DDIContext.h246 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-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1366 if (!L || !L->getLoadedSectionContents(*RelocatedSection, Data)) in DWARFObjInMemory()
1410 if (L && L->getLoadedSectionContents(*RelocatedSection, RelSecData)) in DWARFObjInMemory()