Searched refs:functionNumber (Results 1 - 3 of 3) sorted by relevance

/external/llvm/runtime/libprofile/
H A DPathProfiling.c116 void writeHashTable(uint32_t functionNumber, pathHashTable_t* hashTable) { argument
121 header.fnNumber = functionNumber;
153 static uint32_t* getPathCounter(uint32_t functionNumber, argument
159 if( ft[functionNumber-1].array == 0)
160 ft[functionNumber-1].array = calloc(sizeof(pathHashTable_t), 1);
162 hashTable = (pathHashTable_t*)((ftEntry_t*)ft)[functionNumber-1].array;
183 void llvm_increment_path_count (uint32_t functionNumber, uint32_t pathNumber) { argument
184 uint32_t* pathCounter = getPathCounter(functionNumber, pathNumber);
190 void llvm_decrement_path_count (uint32_t functionNumber, uint32_t pathNumber) { argument
191 uint32_t* pathCounter = getPathCounter(functionNumber, pathNumbe
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp1368 unsigned functionNumber = 0; local
1374 functionNumber++;
1377 currentFunctionNumber = functionNumber;
/external/llvm/lib/AsmParser/
H A DLLParser.cpp1960 int functionNumber)
1961 : P(p), F(f), FunctionNumber(functionNumber) {

Completed in 161 milliseconds