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

  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 51 void *FnStart, size_t FnSize,
93 const Function &F, void *FnStart, size_t FnSize,
95 assert(F.hasName() && FnStart != 0 && "Bad symbol to add");
97 reinterpret_cast<uint64_t>(FnStart),
98 FnStart, FnSize) == -1) {
101 << FnStart << "-" << ((char*)FnStart + FnSize) << "]\n");
125 line_info.vma = reinterpret_cast<uintptr_t>(FnStart);
140 LineInfo[0].vma = reinterpret_cast<uintptr_t>(FnStart);
142 if (Wrapper.op_write_debug_line_info(FnStart, LineInfo.size()
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 53 void *FnStart, size_t FnSize,
74 uintptr_t FnStart,
81 Result.method_load_address = reinterpret_cast<void*>(FnStart);
95 const Function &F, void *FnStart, size_t FnSize,
99 reinterpret_cast<uint64_t>(FnStart),
133 reinterpret_cast<uintptr_t>(FnStart),
156 MethodIDs[FnStart] = FunctionMessage.method_id;
159 void IntelJITEventListener::NotifyFreeingMachineCode(void *FnStart) {
160 MethodIDMap::iterator I = MethodIDs.find(FnStart);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 824 // FnStart is the start of the text, not the start of the constant pool and
826 uint8_t *FnStart =
    [all...]

Completed in 861 milliseconds