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

/external/llvm/tools/dsymutil/
H A DDebugMap.h1 //===- tools/dsymutil/DebugMap.h - Generic debug map representation -------===//
12 /// This file contains the class declaration of the DebugMap
13 /// entity. A DebugMap lists all the object files linked together to
16 /// The DebugMap is an input to the DwarfLinker class that will
42 /// \brief The DebugMap object stores the list of object files to
47 /// A DebugMap producer could look like this:
48 /// DebugMap *DM = new DebugMap();
56 /// A DebugMap consumer can then use the map to link the debug
67 class DebugMap { class in namespace:llvm::dsymutil
80 DebugMap(const Triple &BinaryTriple, StringRef BinaryPath) function in class:llvm::dsymutil::DebugMap
[all...]

Completed in 61 milliseconds