HomeSort by: relevance | last modified time | path
    Searched refs:MCDwarfFile (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCDwarf.h 9 // This file contains the declaration of the MCDwarfFile to support the dwarf
51 /// its associated dwarf file number in the MC file. MCDwarfFile's are created
54 /// DwarfFiles and there is no MCDwarfFile with file number 0. In Dwarf 5 file
55 /// numbers start from 0, with the MCDwarfFile with file number 0 being the
58 struct MCDwarfFile {
222 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
225 MCDwarfFile RootFile;
347 const MCDwarfFile &getRootFile() const { return Header.RootFile; }
368 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
372 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles()
    [all...]
MCContext.h 696 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp 356 static void emitOneV5FileEntry(MCStreamer *MCOS, const MCDwarfFile &DwarfFile,
542 static bool isRootFile(const MCDwarfFile &RootFile, StringRef &Directory,
586 // Get the new MCDwarfFile slot for this FileNumber.
587 MCDwarfFile &File = MCDwarfFiles[FileNumber];
1024 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = context.getMCDwarfFiles();
1028 const MCDwarfFile &RootFile =
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 935 const MCDwarfFile &RootFile =
MasmParser.cpp 1201 const MCDwarfFile &RootFile =

Completed in 38 milliseconds