HomeSort by relevance Sort by last modified time
    Searched full:bitcodereadervaluelist (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 34 // BitcodeReaderValueList Class
37 class BitcodeReaderValueList {
51 BitcodeReaderValueList(LLVMContext &C) : Context(C) {}
52 ~BitcodeReaderValueList() {
137 BitcodeReaderValueList ValueList;
BitcodeReader.cpp 266 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) {
295 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx,
311 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty) {
336 void BitcodeReaderValueList::ResolveConstantForwardRefs() {
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 37 // BitcodeReaderValueList Class
40 class BitcodeReaderValueList {
54 BitcodeReaderValueList(LLVMContext &C) : Context(C) {}
55 ~BitcodeReaderValueList() {
141 BitcodeReaderValueList ValueList;
BitcodeReader.cpp 238 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) {
267 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx,
283 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty) {
308 void BitcodeReaderValueList::ResolveConstantForwardRefs() {
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 37 // BitcodeReaderValueList Class
40 class BitcodeReaderValueList {
54 BitcodeReaderValueList(LLVMContext &C) : Context(C) {}
55 ~BitcodeReaderValueList() {
141 BitcodeReaderValueList ValueList;
BitcodeReader.cpp 517 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) {
546 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx,
562 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty) {
587 void BitcodeReaderValueList::ResolveConstantForwardRefs() {
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/bin/
llvm-dis 

Completed in 1297 milliseconds