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

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDebugRegisterer.h 59 uint8_t *FnStart;
64 DebugInfo() : FnStart(0), FnEnd(0), EhStart(0), EhEnd(0) {}
JITEmitter.cpp 828 // FnStart is the start of the text, not the start of the constant pool and
830 uint8_t *FnStart =
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 79 uintptr_t FnStart,
86 Result.method_load_address = reinterpret_cast<void*>(FnStart);
212 void* FnStart = const_cast<void*>(*FI);
213 MethodIDMap::iterator MI = MethodIDs.find(FnStart);

Completed in 76 milliseconds