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

  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 47 typedef std::vector<std::pair<Constant*, unsigned> > ResolveConstantsTy;
48 ResolveConstantsTy ResolveConstants;
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 50 typedef std::vector<std::pair<Constant*, unsigned> > ResolveConstantsTy;
51 ResolveConstantsTy ResolveConstants;
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 50 typedef std::vector<std::pair<Constant*, unsigned> > ResolveConstantsTy;
51 ResolveConstantsTy ResolveConstants;

Completed in 121 milliseconds