Home
last modified time | relevance | path

Searched refs:remapType (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp368 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy)); in mapValue()
442 NewTy = TypeMapper->remapType(NewTy); in mapValue()
471 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()
898 Tys.push_back(TypeMapper->remapType(Ty)); in remapInstruction()
900 TypeMapper->remapType(I->getType()), Tys, FTy->isVarArg())); in remapInstruction()
904 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()
907 TypeMapper->remapType(GEP->getSourceElementType())); in remapInstruction()
909 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
911 I->mutateType(TypeMapper->remapType(I->getType())); in remapInstruction()
930 A.mutateType(TypeMapper->remapType(A.getType())); in remapFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DValueMapper.cpp42 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy)); in MapValue()
116 NewTy = TypeMapper->remapType(NewTy); in MapValue()
199 I->mutateType(TypeMapper->remapType(I->getType())); in RemapInstruction()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DValueMapper.h34 virtual Type *remapType(Type *SrcTy) = 0;
/external/llvm/include/llvm/Transforms/Utils/
DValueMapper.h35 virtual Type *remapType(Type *SrcTy) = 0;
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DSandboxClassLoader.java264 private String remapType(String value) { in remapType() method in SandboxClassLoader
677 newInsnNode.desc = remapType(newInsnNode.desc); in filterSpecialMethods()
688 fieldInsnNode.desc = remapType(fieldInsnNode.desc); // todo test in filterSpecialMethods()
815 value = remapType(value); in newClass()
1238 instructions.add(new TypeInsnNode(CHECKCAST, remapType(returnType.getInternalName()))); in interceptInvokeVirtualMethodWithoutInvokeDynamic()
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp64 Type *remapType(Type *SrcTy) { in remapType() function in __anon362dfdd90111::TypeMapTy
/external/llvm/lib/Linker/
DIRMover.cpp75 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType() function in __anonba36dcca0111::TypeMapTy
/external/robolectric/v3/
Drobolectric-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/ ...