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

  /external/llvm/include/llvm/IR/
Attributes.h 391 addRawValue(Val);
487 AttrBuilder &addRawValue(uint64_t Val);
  /external/llvm/lib/IR/
Attributes.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 447 B.addRawValue(((EncodedAttrs & (0xfffffULL << 32)) >> 11) |
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 472 B.addRawValue(((EncodedAttrs & (0xfffffULL << 32)) >> 11) |
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 752 B.addRawValue(((EncodedAttrs & (0xfffffULL << 32)) >> 11) |
    [all...]

Completed in 111 milliseconds