Searched refs:DWARFObjInMemory (Results 1 – 1 of 1) sorted by relevance
1209 class DWARFObjInMemory final : public DWARFObject { class1332 DWARFObjInMemory(const StringMap<std::unique_ptr<MemoryBuffer>> &Sections, in DWARFObjInMemory() function in __anonddd817f10c11::DWARFObjInMemory1340 DWARFObjInMemory(const object::ObjectFile &Obj, const LoadedObjectInfo *L, in DWARFObjInMemory() function in __anonddd817f10c11::DWARFObjInMemory1589 auto DObj = llvm::make_unique<DWARFObjInMemory>(Obj, L, HandleError); in create()1597 llvm::make_unique<DWARFObjInMemory>(Sections, AddrSize, isLittleEndian); in create()