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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
35 /// MCDwarfFile - Instances of this class represent the name of the dwarf
37 /// and MCDwarfFile's are created and unique'd by the MCContext class where
40 class MCDwarfFile {
50 MCDwarfFile(StringRef name, unsigned dirIndex)
53 MCDwarfFile(const MCDwarfFile&); // DO NOT IMPLEMENT
54 void operator=(const MCDwarfFile&); // DO NOT IMPLEMENT
56 /// getName - Get the base name of this MCDwarfFile.
59 /// getDirIndex - Get the dirIndex of this MCDwarfFile
    [all...]
  /external/llvm/include/llvm/MC/
MCDwarf.h 10 // This file contains the declaration of the MCDwarfFile to support the dwarf
40 /// and MCDwarfFile's are created and uniqued by the MCContext class where
43 struct MCDwarfFile {
199 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
259 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const {
263 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() {

Completed in 437 milliseconds