Searched defs:DWARFContextInMemory (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h212 /// DWARFContextInMemory is the simplest possible implementation of a
215 class DWARFContextInMemory : public DWARFContext { class in namespace:llvm
251 DWARFContextInMemory(const object::ObjectFile &Obj);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp540 DWARFContextInMemory::DWARFContextInMemory(const object::ObjectFile &Obj) function in class:DWARFContextInMemory
696 void DWARFContextInMemory::anchor() { }

Completed in 140 milliseconds