Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h58 struct MCDwarfFile { struct
222 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
225 MCDwarfFile RootFile;
347 const MCDwarfFile &getRootFile() const { return Header.RootFile; } in getRootFile()
368 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles()
372 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles()
H A DMCContext.h696 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp356 static void emitOneV5FileEntry(MCStreamer *MCOS, const MCDwarfFile &DwarfFile, in emitOneV5FileEntry()
542 static bool isRootFile(const MCDwarfFile &RootFile, StringRef &Directory, in isRootFile()
587 MCDwarfFile &File = MCDwarfFiles[FileNumber]; in tryGetFile()
1024 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = context.getMCDwarfFiles(); in EmitGenDwarfInfo()
1028 const MCDwarfFile &RootFile = in EmitGenDwarfInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp935 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly()
H A DMasmParser.cpp1201 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly()