Home
last modified time | relevance | path

Searched refs:functionTable (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/runtime/libprofile/
DPathProfiling.c268 void* functionTable, uint32_t numElements) { in llvm_start_path_profiling() argument
270 ft = functionTable; in llvm_start_path_profiling()
/external/v8/tools/profview/
Dprofile-utils.js518 return { count : 0, functions : [], functionTable : [] };
522 let funcData = collection.functionTable[code.func];
525 collection.functionTable[code.func] = funcData;
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp1387 GlobalVariable* functionTable = in runOnModule() local
1391 InsertProfilingInitCall(Main, "llvm_start_path_profiling", functionTable, in runOnModule()