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

  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitCodes.h 159 /// BitCodeAbbrev - This class represents an abbreviation record. An
162 class BitCodeAbbrev {
165 ~BitCodeAbbrev() {}
167 BitCodeAbbrev() : RefCount(1) {}
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 158 /// BitCodeAbbrev - This class represents an abbreviation record. An
161 class BitCodeAbbrev : public RefCountedBase<BitCodeAbbrev> {
164 ~BitCodeAbbrev() = default;
165 friend class RefCountedBase<BitCodeAbbrev>;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
BitCodes.h 165 /// BitCodeAbbrev - This class represents an abbreviation record. An
168 class BitCodeAbbrev {

Completed in 4814 milliseconds