Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1209 class DWARFObjInMemory final : public DWARFObject { class
1332 DWARFObjInMemory(const StringMap<std::unique_ptr<MemoryBuffer>> &Sections, in DWARFObjInMemory() function in __anonddd817f10c11::DWARFObjInMemory
1340 DWARFObjInMemory(const object::ObjectFile &Obj, const LoadedObjectInfo *L, in DWARFObjInMemory() function in __anonddd817f10c11::DWARFObjInMemory
1589 auto DObj = llvm::make_unique<DWARFObjInMemory>(Obj, L, HandleError); in create()
1597 llvm::make_unique<DWARFObjInMemory>(Sections, AddrSize, isLittleEndian); in create()