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

  /external/swiftshader/third_party/LLVM/runtime/libprofile/
PathProfiling.c 121 void writeHashTable(uint32_t functionNumber, pathHashTable_t* hashTable) {
126 header.fnNumber = functionNumber;
158 static inline uint32_t* getPathCounter(uint32_t functionNumber,
164 if( ft[functionNumber-1].array == 0)
165 ft[functionNumber-1].array = calloc(sizeof(pathHashTable_t), 1);
167 hashTable = (pathHashTable_t*)((ftEntry_t*)ft)[functionNumber-1].array;
188 void llvm_increment_path_count (uint32_t functionNumber, uint32_t pathNumber) {
189 uint32_t* pathCounter = getPathCounter(functionNumber, pathNumber);
195 void llvm_decrement_path_count (uint32_t functionNumber, uint32_t pathNumber) {
196 uint32_t* pathCounter = getPathCounter(functionNumber, pathNumber)
    [all...]
  /external/rmi4utils/rmidevice/
rmidevice.h 65 bool GetFunction(RMIFunction &func, int functionNumber);
rmidevice.cpp 233 bool RMIDevice::GetFunction(RMIFunction &func, int functionNumber)
238 if (funcIter->GetFunctionNumber() == functionNumber) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.h 412 /// FunctionNumber - If this is an unnamed function, this is the slot
414 int FunctionNumber;
416 PerFunctionState(LLParser &p, Function &f, int functionNumber);
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 977 milliseconds