MCPcopy Create free account
hub / github.com/Samsung/UTopia / load

Method load

tests/utils/TestLLVMUtil.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 std::unique_ptr<IRAccessHelper> IRAccess;
11
12 bool load(std::string SrcDir, std::string CodePath) {
13 return load(SrcDir, std::vector<std::string>({CodePath}));
14 }
15
16 bool load(std::string SrcDir, std::vector<std::string> CodePaths) {
17 CH = TestHelperFactory().createCompileHelper(SrcDir, CodePaths, "-O0 -g -w",

Callers

nothing calls this directly

Calls 3

TestHelperFactoryClass · 0.85
createCompileHelperMethod · 0.80
getLLVMModuleMethod · 0.80

Tested by

no test coverage detected