Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h83 struct MCDwarfFile { struct
260 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
263 MCDwarfFile RootFile;
390 MCDwarfFile &getRootFile() { return Header.RootFile; } in getRootFile()
391 const MCDwarfFile &getRootFile() const { return Header.RootFile; } in getRootFile()
412 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles()
416 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles()
H A DMCContext.h738 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
/llvm-project-15.0.7/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 }
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp382 static void emitOneV5FileEntry(MCStreamer *MCOS, const MCDwarfFile &DwarfFile, in emitOneV5FileEntry()
572 static bool isRootFile(const MCDwarfFile &RootFile, StringRef &Directory, in isRootFile()
617 MCDwarfFile &File = MCDwarfFiles[FileNumber]; in tryGetFile()
1006 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = context.getMCDwarfFiles(); in EmitGenDwarfInfo()
1010 const MCDwarfFile &RootFile = in EmitGenDwarfInfo()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp955 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly()
H A DMasmParser.cpp1309 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly()