HomeSort by relevance Sort by last modified time
    Searched refs:BitcodeReaderValueList (Results 1 - 2 of 2) 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...]

Completed in 85 milliseconds