Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1505 class DWARFObjInMemory final : public DWARFObject { class
1636 DWARFObjInMemory(const StringMap<std::unique_ptr<MemoryBuffer>> &Sections, in DWARFObjInMemory() function in __anond6a2cae20f11::DWARFObjInMemory
1654 DWARFObjInMemory(const object::ObjectFile &Obj, const LoadedObjectInfo *L, in DWARFObjInMemory() function in __anond6a2cae20f11::DWARFObjInMemory
1974 std::make_unique<DWARFObjInMemory>(Obj, L, RecoverableErrorHandler, WarningHandler); in create()
1986 std::make_unique<DWARFObjInMemory>(Sections, AddrSize, isLittleEndian); in create()