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 38 static const MCSection *AbsolutePseudoSection;
45 /// undefined symbols, and the special AbsolutePseudoSection value for
130 return getSectionPtr() == AbsolutePseudoSection;

Completed in 51 milliseconds