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

Method load

tests/astirmap/TestDebugInfoMap.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 bool load(std::string BaseDirPath, std::string CodePath) {
27 return load(BaseDirPath, std::vector<std::string>({CodePath}));
28 }
29
30 ASTDefNode *getASTDefNode(std::string GlobalVarName) {
31 if (!AccessHelper)

Callers

nothing calls this directly

Calls 3

TestHelperFactoryClass · 0.85
createCompileHelperMethod · 0.80
getLLVMModuleMethod · 0.80

Tested by

no test coverage detected