HomeSort by relevance Sort by last modified time
    Searched refs:BLOCKINFO_BLOCK_ID (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/Bitcode/
BitCodes.h 61 BLOCKINFO_BLOCK_ID = 0,
BitstreamWriter.h 505 EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, CodeWidth);
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 85 if (BlockID == bitc::BLOCKINFO_BLOCK_ID)
121 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) {
335 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) {
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 308 if (EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID)) return true;
BitcodeReader.cpp     [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 332 if (BlockID == llvm::bitc::BLOCKINFO_BLOCK_ID) {
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 502 Stream.EnterSubblock(llvm::bitc::BLOCKINFO_BLOCK_ID, 3);
ASTReader.cpp     [all...]
ASTWriter.cpp 768 Stream.EnterSubblock(llvm::bitc::BLOCKINFO_BLOCK_ID, 3);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 110 milliseconds