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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 279 struct BitstreamEntry {
290 static BitstreamEntry getError() {
291 BitstreamEntry E; E.Kind = Error; return E;
294 static BitstreamEntry getEndBlock() {
295 BitstreamEntry E; E.Kind = EndBlock; return E;
298 static BitstreamEntry getSubBlock(unsigned ID) {
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
302 static BitstreamEntry getRecord(unsigned AbbrevID) {
303 BitstreamEntry E; E.Kind = Record; E.ID = AbbrevID; return E;
370 BitstreamEntry advance(unsigned Flags = 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 279 struct BitstreamEntry {
290 static BitstreamEntry getError() {
291 BitstreamEntry E; E.Kind = Error; return E;
294 static BitstreamEntry getEndBlock() {
295 BitstreamEntry E; E.Kind = EndBlock; return E;
298 static BitstreamEntry getSubBlock(unsigned ID) {
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
302 static BitstreamEntry getRecord(unsigned AbbrevID) {
303 BitstreamEntry E; E.Kind = Record; E.ID = AbbrevID; return E;
370 BitstreamEntry advance(unsigned Flags = 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 279 struct BitstreamEntry {
290 static BitstreamEntry getError() {
291 BitstreamEntry E; E.Kind = Error; return E;
294 static BitstreamEntry getEndBlock() {
295 BitstreamEntry E; E.Kind = EndBlock; return E;
298 static BitstreamEntry getSubBlock(unsigned ID) {
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
302 static BitstreamEntry getRecord(unsigned AbbrevID) {
303 BitstreamEntry E; E.Kind = Record; E.ID = AbbrevID; return E;
370 BitstreamEntry advance(unsigned Flags = 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 279 struct BitstreamEntry {
290 static BitstreamEntry getError() {
291 BitstreamEntry E; E.Kind = Error; return E;
294 static BitstreamEntry getEndBlock() {
295 BitstreamEntry E; E.Kind = EndBlock; return E;
298 static BitstreamEntry getSubBlock(unsigned ID) {
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
302 static BitstreamEntry getRecord(unsigned AbbrevID) {
303 BitstreamEntry E; E.Kind = Record; E.ID = AbbrevID; return E;
370 BitstreamEntry advance(unsigned Flags = 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 279 struct BitstreamEntry {
290 static BitstreamEntry getError() {
291 BitstreamEntry E; E.Kind = Error; return E;
294 static BitstreamEntry getEndBlock() {
295 BitstreamEntry E; E.Kind = EndBlock; return E;
298 static BitstreamEntry getSubBlock(unsigned ID) {
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
302 static BitstreamEntry getRecord(unsigned AbbrevID) {
303 BitstreamEntry E; E.Kind = Record; E.ID = AbbrevID; return E;
370 BitstreamEntry advance(unsigned Flags = 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 279 struct BitstreamEntry {
290 static BitstreamEntry getError() {
291 BitstreamEntry E; E.Kind = Error; return E;
294 static BitstreamEntry getEndBlock() {
295 BitstreamEntry E; E.Kind = EndBlock; return E;
298 static BitstreamEntry getSubBlock(unsigned ID) {
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
302 static BitstreamEntry getRecord(unsigned AbbrevID) {
303 BitstreamEntry E; E.Kind = Record; E.ID = AbbrevID; return E;
370 BitstreamEntry advance(unsigned Flags = 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 279 struct BitstreamEntry {
290 static BitstreamEntry getError() {
291 BitstreamEntry E; E.Kind = Error; return E;
294 static BitstreamEntry getEndBlock() {
295 BitstreamEntry E; E.Kind = EndBlock; return E;
298 static BitstreamEntry getSubBlock(unsigned ID) {
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
302 static BitstreamEntry getRecord(unsigned AbbrevID) {
303 BitstreamEntry E; E.Kind = Record; E.ID = AbbrevID; return E;
370 BitstreamEntry advance(unsigned Flags = 0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamReader.h 279 struct BitstreamEntry {
290 static BitstreamEntry getError() {
291 BitstreamEntry E; E.Kind = Error; return E;
294 static BitstreamEntry getEndBlock() {
295 BitstreamEntry E; E.Kind = EndBlock; return E;
298 static BitstreamEntry getSubBlock(unsigned ID) {
299 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
302 static BitstreamEntry getRecord(unsigned AbbrevID) {
303 BitstreamEntry E; E.Kind = Record; E.ID = AbbrevID; return E;
370 BitstreamEntry advance(unsigned Flags = 0)
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 383 struct BitstreamEntry {
394 static BitstreamEntry getError() {
395 BitstreamEntry E; E.Kind = Error; return E;
397 static BitstreamEntry getEndBlock() {
398 BitstreamEntry E; E.Kind = EndBlock; return E;
400 static BitstreamEntry getSubBlock(unsigned ID) {
401 BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
403 static BitstreamEntry getRecord(unsigned AbbrevID) {
404 BitstreamEntry E; E.Kind = Record; E.ID = AbbrevID; return E;
473 BitstreamEntry advance(unsigned Flags = 0)
    [all...]

Completed in 125 milliseconds