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

References

unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp
   24   Function *F = MB.createFunctionDecl(FTy, "");
unittests/ExecutionEngine/Orc/LegacyRTDyldObjectLinkingLayerTest.cpp
  160         MB1.createFunctionDecl(FunctionType::get(Int32Ty, {}, false), "bar");
  174         MB2.createFunctionDecl(FunctionType::get(Int32Ty, {}, false), "bar");
  176         MB2.createFunctionDecl(FunctionType::get(Int32Ty, {}, false), "foo");
  246         MB1.createFunctionDecl(FunctionType::get(Int32Ty, {}, false), "foo");
  260         MB2.createFunctionDecl(FunctionType::get(Int32Ty, {}, false), "bar");
unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
   31         MB.createFunctionDecl(FunctionType::get(IntTy, {}, false), "testFunc");
   32     Function *Main = MB.createFunctionDecl(
unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp
  132     Function *FooImpl = MB.createFunctionDecl(
  140     Function *BarImpl = MB.createFunctionDecl(
  205     Function *FooImpl = MB.createFunctionDecl(
unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp
   97   auto *Main = MB.createFunctionDecl(