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&); // DO NOT IMPLEMENT
52 void operator=(const MCDwarfFile&); // DO NOT IMPLEMENT
54 /// getName - Get the base name of this MCDwarfFile.
57 /// getDirIndex - Get the dirIndex of this MCDwarfFile
    [all...]
MCContext.h 28 class MCDwarfFile;
98 std::vector<MCDwarfFile *> MCDwarfFiles;
243 const std::vector<MCDwarfFile *> &getMCDwarfFiles() {
  /external/llvm/lib/MC/
MCContext.cpp 266 MCDwarfFile *&ExistingFile = MCDwarfFiles[FileNumber];
272 // Get the new MCDwarfFile slot for this FileNumber.
273 MCDwarfFile *&File = MCDwarfFiles[FileNumber];
309 // Now make the MCDwarfFile entry and place it in the slot in the MCDwarfFiles
313 File = new (*this) MCDwarfFile(StringRef(Buf, FileName.size()), DirIndex);
MCDwarf.cpp 277 const std::vector<MCDwarfFile *> &MCDwarfFiles =
423 void MCDwarfFile::print(raw_ostream &OS) const {
427 void MCDwarfFile::dump() const {
617 const std::vector<MCDwarfFile *> &MCDwarfFiles =
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 534 const std::vector<MCDwarfFile *> &MCDwarfFiles =
    [all...]

Completed in 390 milliseconds