HomeSort by: relevance | last modified time | path
    Searched defs:UnwindInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
llvm-readobj.cpp 168 cl::opt<bool> UnwindInfo("unwind",
171 cl::aliasopt(UnwindInfo), cl::NotHidden);
523 if (opts::UnwindInfo)
773 opts::UnwindInfo = true;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Win64EH.h 87 /// UNW_ChainInfo - Specifies that this UnwindInfo structure is chained to
99 /// UnwindInfo - An entry in the exception table.
100 struct UnwindInfo {
128 /// Return pointer to language specific data part of UnwindInfo.
133 /// Return pointer to language specific data part of UnwindInfo.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 217 bool objdump::UnwindInfo;
2256 if (UnwindInfo)
2460 UnwindInfo = InputArgs.hasArg(OBJDUMP_unwind_info);
2598 !DynamicSymbolTable && !UnwindInfo && !FaultMapSection &&

Completed in 71 milliseconds