Searched refs:MCDwarfLoc (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCDwarf.h74 /// MCDwarfLoc - Instances of this class represent the information from a
76 class MCDwarfLoc { class in namespace:llvm
101 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags, function in class:llvm::MCDwarfLoc
107 // for an MCDwarfLoc object.
110 /// getFileNum - Get the FileNum of this MCDwarfLoc.
113 /// getLine - Get the Line of this MCDwarfLoc.
116 /// getColumn - Get the Column of this MCDwarfLoc.
119 /// getFlags - Get the Flags of this MCDwarfLoc.
122 /// getIsa - Get the Isa of this MCDwarfLoc.
125 /// getDiscriminator - Get the Discriminator of this MCDwarfLoc
[all...]
H A DMCContext.h29 class MCDwarfLoc;
102 MCDwarfLoc CurrentDwarfLoc;
285 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; }
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCDwarf.cpp81 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc();

Completed in 61 milliseconds