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

/external/llvm/include/llvm/MC/
H A DMCDwarf.h10 // This file contains the declaration of the MCDwarfFile to support the dwarf
40 /// MCDwarfFile - Instances of this class represent the name of the dwarf
42 /// and MCDwarfFile's are created and unique'd by the MCContext class where
45 struct MCDwarfFile { struct in namespace:llvm
184 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
242 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
246 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {

Completed in 58 milliseconds