Home
last modified time | relevance | path

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

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DFwdRef.java26 class FwdRef { class
28 FwdRef next;
DSoapSerializationEnvelope.java357 if (obj == null || obj instanceof FwdRef) { in read()
358 FwdRef f = new FwdRef(); in read()
359 f.next = (FwdRef) obj; in read()
406 if (hlp instanceof FwdRef) { in read()
407 FwdRef f = (FwdRef) hlp; in read()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1494 GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(), in ParseConstants() local
1498 BlockAddrFwdRefs[Fn].push_back(std::make_pair(Record[2], FwdRef)); in ParseConstants()
1499 V = FwdRef; in ParseConstants()
2833 GlobalVariable *FwdRef = RefList[i].second; in ParseFunctionBody() local
2834 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
2835 FwdRef->eraseFromParent(); in ParseFunctionBody()
/external/llvm/lib/AsmParser/
DLLParser.cpp610 auto &FwdRef = ForwardRefMDNodes[MID]; in ParseMDNodeID() local
611 FwdRef = std::make_pair(MDTuple::getTemporary(Context, None), IDLoc); in ParseMDNodeID()
613 Result = FwdRef.first.get(); in ParseMDNodeID()
2879 GlobalValue *&FwdRef = in ParseValID() local
2885 if (!FwdRef) in ParseValID()
2886 FwdRef = new GlobalVariable(*M, Type::getInt8Ty(Context), false, in ParseValID()
2888 ID.ConstantVal = FwdRef; in ParseValID()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2066 GlobalVariable *FwdRef = new GlobalVariable(*M, Type::getInt8Ty(Context), in ParseValID() local
2069 ForwardRefBlockAddresses[Fn].push_back(std::make_pair(Label, FwdRef)); in ParseValID()
2070 ID.ConstantVal = FwdRef; in ParseValID()