Home
last modified time | relevance | path

Searched refs:processFuncPrototypes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.h353 void processFuncPrototypes(const Function *);
H A DBTFDebug.cpp1268 processFuncPrototypes(dyn_cast<Function>(GVal)); in processGlobalValue()
1331 processFuncPrototypes(dyn_cast<Function>(MO.getGlobal())); in beginInstruction()
1520 void BTFDebug::processFuncPrototypes(const Function *F) { in processFuncPrototypes() function in BTFDebug