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

Method argument

tests/inputfilter/TestInputFilter.cpp:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 const llvm::Argument *argument(std::string FuncName, unsigned AIdx) {
110 const auto *F = SC->getLLVMModule().getFunction(FuncName);
111 if (!F)
112 return nullptr;
113 return F->getArg(AIdx);
114 }
115
116 bool check(std::string FuncName, unsigned BIdx, unsigned IIdx, int OIdx,
117 const InputFilter &Filter) {

Callers

nothing calls this directly

Calls 3

getFunctionMethod · 0.80
getLLVMModuleMethod · 0.80
getArgMethod · 0.80

Tested by

no test coverage detected