Home
last modified time | relevance | path

Searched refs:MCDwarfFile (Results 1 – 5 of 5) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h45 struct MCDwarfFile { struct
184 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
242 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles()
246 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles()
H A DMCContext.h34 struct MCDwarfFile;
346 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dpr15031.ll114 …ctor_base" = type { %"struct.std::_Vector_base<llvm::MCDwarfFile *, std::allocator<llvm::MCDwarfFi…
115MCDwarfFile *, std::allocator<llvm::MCDwarfFile *> >::_Vector_impl" = type { %"class.llvm::MCDwarf…
116 %"class.llvm::MCDwarfFile" = type { %"class.llvm::StringRef", i32 }
/minix/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp378 const SmallVectorImpl<MCDwarfFile>& MCDwarfFiles = getMCDwarfFiles(CUID); in isValidDwarfFileNumber()
H A DMCDwarf.cpp380 MCDwarfFile &File = MCDwarfFiles[FileNumber]; in getFile()
731 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = in EmitGenDwarfInfo()