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

  /external/llvm/lib/MC/
MCSymbol.cpp 17 const MCSection *MCSymbol::AbsolutePseudoSection =
  /external/llvm/include/llvm/MC/
MCSymbol.h 37 static const MCSection *AbsolutePseudoSection;
44 /// undefined symbols, and the special AbsolutePseudoSection value for
106 return Section == AbsolutePseudoSection;
125 void setAbsolute() { Section = AbsolutePseudoSection; }

Completed in 53 milliseconds