Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h83 struct MCDwarfFile { struct
260 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
263 MCDwarfFile RootFile;
391 MCDwarfFile &getRootFile() { return Header.RootFile; } in getRootFile()
392 const MCDwarfFile &getRootFile() const { return Header.RootFile; } in getRootFile()
413 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles()
417 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles()
H A DMCContext.h739 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp381 static void emitOneV5FileEntry(MCStreamer *MCOS, const MCDwarfFile &DwarfFile, in emitOneV5FileEntry()
570 static bool isRootFile(const MCDwarfFile &RootFile, StringRef &Directory, in isRootFile()
614 MCDwarfFile &File = MCDwarfFiles[FileNumber]; in tryGetFile()
1003 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = context.getMCDwarfFiles(); in EmitGenDwarfInfo()
1007 const MCDwarfFile &RootFile = in EmitGenDwarfInfo()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp957 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly()
H A DMasmParser.cpp1329 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly()