Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DInputFiles.h179 std::unique_ptr<lld::DWARFCache> dwarfCache; variable
H A DInputFiles.cpp1549 dwarfCache = std::make_unique<DWARFCache>(std::make_unique<DWARFContext>( in getDwarf()
1557 return dwarfCache.get(); in getDwarf()