Searched refs:functionNumber (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/runtime/libprofile/ |
D | PathProfiling.c | 121 void writeHashTable(uint32_t functionNumber, pathHashTable_t* hashTable) { in writeHashTable() argument 126 header.fnNumber = functionNumber; in writeHashTable() 158 static inline uint32_t* getPathCounter(uint32_t functionNumber, in getPathCounter() argument 164 if( ft[functionNumber-1].array == 0) in getPathCounter() 165 ft[functionNumber-1].array = calloc(sizeof(pathHashTable_t), 1); in getPathCounter() 167 hashTable = (pathHashTable_t*)((ftEntry_t*)ft)[functionNumber-1].array; in getPathCounter() 188 void llvm_increment_path_count (uint32_t functionNumber, uint32_t pathNumber) { in llvm_increment_path_count() argument 189 uint32_t* pathCounter = getPathCounter(functionNumber, pathNumber); in llvm_increment_path_count() 195 void llvm_decrement_path_count (uint32_t functionNumber, uint32_t pathNumber) { in llvm_decrement_path_count() argument 196 uint32_t* pathCounter = getPathCounter(functionNumber, pathNumber); in llvm_decrement_path_count()
|
/external/rmi4utils/rmidevice/ |
D | rmidevice.cpp | 233 bool RMIDevice::GetFunction(RMIFunction &func, int functionNumber) in GetFunction() argument 238 if (funcIter->GetFunctionNumber() == functionNumber) { in GetFunction()
|
D | rmidevice.h | 65 bool GetFunction(RMIFunction &func, int functionNumber);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | PathProfiling.cpp | 1368 unsigned functionNumber = 0; in runOnModule() local 1374 functionNumber++; in runOnModule() 1377 currentFunctionNumber = functionNumber; in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.h | 416 PerFunctionState(LLParser &p, Function &f, int functionNumber);
|
D | LLParser.cpp | 2703 int functionNumber) in PerFunctionState() argument 2704 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 1630 int functionNumber) in PerFunctionState() argument 1631 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2442 int functionNumber) in PerFunctionState() argument 2443 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()
|