HomeSort by relevance Sort by last modified time
    Searched refs:functionNumber (Results 1 - 3 of 3) sorted by null

  /external/llvm/runtime/libprofile/
PathProfiling.c 116 void writeHashTable(uint32_t functionNumber, pathHashTable_t* hashTable) {
121 header.fnNumber = functionNumber;
153 static uint32_t* getPathCounter(uint32_t functionNumber,
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) {
184 uint32_t* pathCounter = getPathCounter(functionNumber, pathNumber);
190 void llvm_decrement_path_count (uint32_t functionNumber, uint32_t pathNumber) {
191 uint32_t* pathCounter = getPathCounter(functionNumber, pathNumber)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 177 milliseconds