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

  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 37 // BitcodeReaderValueList Class
40 class BitcodeReaderValueList {
54 BitcodeReaderValueList(LLVMContext &C) : Context(C) {}
55 ~BitcodeReaderValueList() {
143 BitcodeReaderValueList ValueList;
BitcodeReader.cpp 246 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) {
275 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx,
291 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty) {
316 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() {
143 BitcodeReaderValueList ValueList;
BitcodeReader.cpp 526 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) {
555 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx,
571 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty) {
596 void BitcodeReaderValueList::ResolveConstantForwardRefs() {
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 32 // BitcodeReaderValueList Class
35 class BitcodeReaderValueList {
49 BitcodeReaderValueList(LLVMContext &C) : Context(C) {}
50 ~BitcodeReaderValueList() {
138 BitcodeReaderValueList ValueList;
BitcodeReader.cpp 231 void BitcodeReaderValueList::AssignValue(Value *V, unsigned Idx) {
260 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx,
276 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty) {
301 void BitcodeReaderValueList::ResolveConstantForwardRefs() {
    [all...]

Completed in 73 milliseconds