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

  /external/llvm/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp 47 void *FnStart, size_t FnSize,
105 const Function &F, void *FnStart, size_t FnSize,
107 assert(F.hasName() && FnStart != 0 && "Bad symbol to add");
109 reinterpret_cast<uint64_t>(FnStart),
110 FnStart, FnSize) == -1) {
113 << FnStart << "-" << ((char*)FnStart + FnSize) << "]\n");
137 line_info.vma = reinterpret_cast<uintptr_t>(FnStart);
152 LineInfo[0].vma = reinterpret_cast<uintptr_t>(FnStart);
154 if (op_write_debug_line_info(Agent, FnStart,
    [all...]
JITDebugRegisterer.h 59 uint8_t *FnStart;
64 DebugInfo() : FnStart(0), FnEnd(0), EhStart(0), EhEnd(0) {}
JITDebugRegisterer.cpp 83 Text.Addr = (uint64_t)I.FnStart;
86 Text.getData().assign(I.FnStart, I.FnEnd);
108 FnSym->Size = I.FnEnd - I.FnStart;
121 O2 << "/tmp/llvm_function_" << I.FnStart << "_" << F->getNameStr() << ".o";
JITEmitter.cpp 828 // FnStart is the start of the text, not the start of the constant pool and
830 uint8_t *FnStart =
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp     [all...]

Completed in 204 milliseconds