HomeSort by relevance Sort by last modified time
    Searched refs:MCDwarfFile (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
34 /// MCDwarfFile - Instances of this class represent the name of the dwarf
36 /// and MCDwarfFile's are created and unique'd by the MCContext class where
39 class MCDwarfFile {
49 MCDwarfFile(StringRef name, unsigned dirIndex)
52 MCDwarfFile(const MCDwarfFile&) LLVM_DELETED_FUNCTION;
53 void operator=(const MCDwarfFile&) LLVM_DELETED_FUNCTION;
55 /// getName - Get the base name of this MCDwarfFile.
58 /// getDirIndex - Get the dirIndex of this MCDwarfFile
    [all...]
MCContext.h 30 class MCDwarfFile;
109 typedef std::map<unsigned, SmallVector<MCDwarfFile *, 4> > MCDwarfFilesMap;
305 const SmallVectorImpl<MCDwarfFile *> &getMCDwarfFiles(unsigned CUID = 0) {
  /external/llvm/lib/MC/
MCContext.cpp 307 SmallVectorImpl<MCDwarfFile *>& MCDwarfFiles = MCDwarfFilesCUMap[CUID];
313 MCDwarfFile *&ExistingFile = MCDwarfFiles[FileNumber];
319 // Get the new MCDwarfFile slot for this FileNumber.
320 MCDwarfFile *&File = MCDwarfFiles[FileNumber];
356 // Now make the MCDwarfFile entry and place it in the slot in the MCDwarfFiles
360 File = new (*this) MCDwarfFile(StringRef(Buf, FileName.size()), DirIndex);
369 SmallVectorImpl<MCDwarfFile *>& MCDwarfFiles = MCDwarfFilesCUMap[CUID];
MCDwarf.cpp 310 const SmallVectorImpl<MCDwarfFile *> &MCDwarfFiles =
452 void MCDwarfFile::print(raw_ostream &OS) const {
457 void MCDwarfFile::dump() const {
652 const SmallVectorImpl<MCDwarfFile *> &MCDwarfFiles =
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 629 const SmallVectorImpl<MCDwarfFile *> &MCDwarfFiles =
    [all...]

Completed in 354 milliseconds