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
42 /// and MCDwarfFile's are created and uniqued by the MCContext class where
45 struct MCDwarfFile {
201 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
261 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
265 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {
MCContext.h 36 struct MCDwarfFile;
435 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
  /external/llvm/lib/MC/
MCContext.cpp 463 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = getMCDwarfFiles(CUID);
MCDwarf.cpp 360 // Get the new MCDwarfFile slot for this FileNumber.
361 MCDwarfFile &File = MCDwarfFiles[FileNumber];
722 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles =
    [all...]

Completed in 505 milliseconds