Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp1982 class DWARFObjInMemory final : public DWARFObject { class
2113 DWARFObjInMemory(const StringMap<std::unique_ptr<MemoryBuffer>> &Sections, in DWARFObjInMemory() function in __anonba7270c81211::DWARFObjInMemory
2131 DWARFObjInMemory(const object::ObjectFile &Obj, const LoadedObjectInfo *L, in DWARFObjInMemory() function in __anonba7270c81211::DWARFObjInMemory
2447 auto DObj = std::make_unique<DWARFObjInMemory>( in create()
2463 std::make_unique<DWARFObjInMemory>(Sections, AddrSize, isLittleEndian); in create()