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
33 /// MCDwarfFile - Instances of this class represent the name of the dwarf
35 /// and MCDwarfFile's are created and unique'd by the MCContext class where
38 class MCDwarfFile {
48 MCDwarfFile(StringRef name, unsigned dirIndex)
51 MCDwarfFile(const MCDwarfFile&) LLVM_DELETED_FUNCTION;
52 void operator=(const MCDwarfFile&) LLVM_DELETED_FUNCTION;
54 /// getName - Get the base name of this MCDwarfFile.
57 /// getDirIndex - Get the dirIndex of this MCDwarfFile
    [all...]
MCContext.h 31 class MCDwarfFile;
111 typedef std::map<unsigned, SmallVector<MCDwarfFile *, 4> > MCDwarfFilesMap;
305 const SmallVectorImpl<MCDwarfFile *> &getMCDwarfFiles(unsigned CUID = 0) {
  /external/llvm/lib/MC/
MCContext.cpp 319 SmallVectorImpl<MCDwarfFile *>& MCDwarfFiles = MCDwarfFilesCUMap[CUID];
325 MCDwarfFile *&ExistingFile = MCDwarfFiles[FileNumber];
331 // Get the new MCDwarfFile slot for this FileNumber.
332 MCDwarfFile *&File = MCDwarfFiles[FileNumber];
368 // Now make the MCDwarfFile entry and place it in the slot in the MCDwarfFiles
372 File = new (*this) MCDwarfFile(StringRef(Buf, FileName.size()), DirIndex);
381 SmallVectorImpl<MCDwarfFile *>& MCDwarfFiles = MCDwarfFilesCUMap[CUID];
MCDwarf.cpp 306 const SmallVectorImpl<MCDwarfFile *> &MCDwarfFiles =
440 void MCDwarfFile::print(raw_ostream &OS) const {
445 void MCDwarfFile::dump() const {
640 const SmallVectorImpl<MCDwarfFile *> &MCDwarfFiles =
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 639 const SmallVectorImpl<MCDwarfFile *> &MCDwarfFiles =
    [all...]

Completed in 6169 milliseconds