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

  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 230 // LSDA address
231 Value *LSDA = Builder.CreateCall(LSDAAddrFn, "lsda_addr");
233 Builder.CreateStore(LSDA, LSDAFieldPtr, /*isVolatile=*/true);
  /external/libunwind/doc/
unw_get_proc_info.tex 34 \item[\Type{unw\_word\_t} \Var{lsda}] The address of the
35 language-specific data-area (LSDA). This area normally contains
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 169 intptr_t LSDA = *((intptr_t *)P);
170 intptr_t NewLSDA = LSDA - DeltaForEH;

Completed in 197 milliseconds