HomeSort by relevance Sort by last modified time
    Searched refs:MCDwarfFile (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
MCDwarf.h 10 // 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 {
184 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
242 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
246 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
MCContext.h 34 struct MCDwarfFile;
331 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
  /external/llvm/lib/MC/
MCContext.cpp 337 const SmallVectorImpl<MCDwarfFile>& MCDwarfFiles = getMCDwarfFiles(CUID);
MCDwarf.cpp 374 // Get the new MCDwarfFile slot for this FileNumber.
375 MCDwarfFile &File = MCDwarfFiles[FileNumber];
723 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles =
    [all...]

Completed in 40 milliseconds