Searched refs:MCDwarfFile (Results 1 – 10 of 10) sorted by relevance
40 class MCDwarfFile {50 MCDwarfFile(StringRef name, unsigned dirIndex) in MCDwarfFile() function53 MCDwarfFile(const MCDwarfFile&); // DO NOT IMPLEMENT54 void operator=(const MCDwarfFile&); // DO NOT IMPLEMENT70 inline raw_ostream &operator<<(raw_ostream &OS, const MCDwarfFile &DwarfFile){
27 class MCDwarfFile; variable94 std::vector<MCDwarfFile *> MCDwarfFiles;215 const std::vector<MCDwarfFile *> &getMCDwarfFiles() { in getMCDwarfFiles()
43 struct MCDwarfFile { struct199 SmallVector<MCDwarfFile, 3> MCDwarfFiles;259 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles()263 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles()
37 struct MCDwarfFile;464 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
260 MCDwarfFile *&ExistingFile = MCDwarfFiles[FileNumber]; in GetDwarfFile()267 MCDwarfFile *&File = MCDwarfFiles[FileNumber]; in GetDwarfFile()303 File = new (*this) MCDwarfFile(StringRef(Buf, Name.size()), DirIndex); in GetDwarfFile()
275 const std::vector<MCDwarfFile *> &MCDwarfFiles = in Emit()425 void MCDwarfFile::print(raw_ostream &OS) const { in print()429 void MCDwarfFile::dump() const { in dump()
114 …ctor_base" = type { %"struct.std::_Vector_base<llvm::MCDwarfFile *, std::allocator<llvm::MCDwarfFi…115 …MCDwarfFile *, std::allocator<llvm::MCDwarfFile *> >::_Vector_impl" = type { %"class.llvm::MCDwarf…116 %"class.llvm::MCDwarfFile" = type { %"class.llvm::StringRef", i32 }
477 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = getMCDwarfFiles(CUID); in isValidDwarfFileNumber()
361 MCDwarfFile &File = MCDwarfFiles[FileNumber]; in getFile()729 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = in EmitGenDwarfInfo()
480 const std::vector<MCDwarfFile *> &MCDwarfFiles = in Run()