reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/ExecutionEngine/Orc/LegacyRTDyldObjectLinkingLayerTest.cpp
  126   Type *Int32Ty = IntegerType::get(Context, 32);
  156   ModuleBuilder MB1(Context, "", "dummy");
  161     BasicBlock *BarEntry = BasicBlock::Create(Context, "entry", BarImpl);
  163     IntegerType *Int32Ty = IntegerType::get(Context, 32);
  170   ModuleBuilder MB2(Context, "", "dummy");
  177     BasicBlock *FooEntry = BasicBlock::Create(Context, "entry", FooImpl);
  216   Type *Int32Ty = IntegerType::get(Context, 32);
  242   ModuleBuilder MB1(Context, "", "dummy");
  247     BasicBlock *BarEntry = BasicBlock::Create(Context, "entry", BarImpl);
  249     IntegerType *Int32Ty = IntegerType::get(Context, 32);
  256   ModuleBuilder MB2(Context, "", "dummy");
  261     BasicBlock *BarEntry = BasicBlock::Create(Context, "entry", BarImpl);
  263     IntegerType *Int32Ty = IntegerType::get(Context, 32);
unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
   28     ModuleBuilder MB(Context, TT.str(), "");
   29     Type *IntTy = Type::getScalarTy<int>(Context);
   35             {IntTy, Type::getInt8PtrTy(Context)->getPointerTo()},
   39     Main->getBasicBlockList().push_back(BasicBlock::Create(Context));