Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1604 class DWARFObjInMemory final : public DWARFObject { class
1735 DWARFObjInMemory(const StringMap<std::unique_ptr<MemoryBuffer>> &Sections, in DWARFObjInMemory() function in __anon00272cc51011::DWARFObjInMemory
1753 DWARFObjInMemory(const object::ObjectFile &Obj, const LoadedObjectInfo *L, in DWARFObjInMemory() function in __anon00272cc51011::DWARFObjInMemory
2072 auto DObj = std::make_unique<DWARFObjInMemory>( in create()
2085 std::make_unique<DWARFObjInMemory>(Sections, AddrSize, isLittleEndian); in create()