Home
last modified time | relevance | path

Searched refs:FwdRef (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1458 GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(), in ParseConstants() local
1462 BlockAddrFwdRefs[Fn].push_back(std::make_pair(Record[2], FwdRef)); in ParseConstants()
1463 V = FwdRef; in ParseConstants()
2650 GlobalVariable *FwdRef = RefList[i].second; in ParseFunctionBody() local
2651 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
2652 FwdRef->eraseFromParent(); in ParseFunctionBody()
/external/llvm/lib/AsmParser/
DLLParser.cpp2037 GlobalVariable *FwdRef = new GlobalVariable(*M, Type::getInt8Ty(Context), in ParseValID() local
2040 ForwardRefBlockAddresses[Fn].push_back(std::make_pair(Label, FwdRef)); in ParseValID()
2041 ID.ConstantVal = FwdRef; in ParseValID()