Searched refs:SpeculatorVTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | Speculation.cpp | 68 auto SpeculatorVTy = StructType::create(MContext, "Class.Speculator"); in emit() local 71 {SpeculatorVTy->getPointerTo(), Type::getInt64Ty(MContext)}, false); in emit() 76 M, SpeculatorVTy, false, GlobalValue::LinkageTypes::ExternalLinkage, in emit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | Speculation.cpp | 71 auto SpeculatorVTy = StructType::create(MContext, "Class.Speculator"); in emit() local 74 {SpeculatorVTy->getPointerTo(), Type::getInt64Ty(MContext)}, false); in emit() 79 M, SpeculatorVTy, false, GlobalValue::LinkageTypes::ExternalLinkage, in emit()
|