Searched refs:UNABBREV_RECORD (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h49 UNABBREV_RECORD = 3, enumerator in enum:llvm::bitc::FixedAbbrevIDs
H A DBitstreamWriter.h414 EmitCode(bitc::UNABBREV_RECORD);
/external/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp138 if (AbbrevID == bitc::UNABBREV_RECORD) {
197 if (AbbrevID == bitc::UNABBREV_RECORD) {
/external/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp426 if (Entry.ID != bitc::UNABBREV_RECORD) {
441 if (Entry.ID != bitc::UNABBREV_RECORD)
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp363 case llvm::bitc::UNABBREV_RECORD:

Completed in 213 milliseconds