OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnwindInfo
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
Win64EHDumper.h
47
void printUnwindCode(const
UnwindInfo
& UI, ArrayRef<UnwindCode> UC);
49
off_t Offset, const
UnwindInfo
&UI);
Win64EHDumper.cpp
44
static uint64_t getOffsetOfLSDA(const
UnwindInfo
& UI) {
218
void Dumper::printUnwindCode(const
UnwindInfo
& UI, ArrayRef<UnwindCode> UC) {
276
off_t Offset, const
UnwindInfo
&UI) {
277
DictScope UIS(SW, "
UnwindInfo
");
349
const auto UI = reinterpret_cast<const
UnwindInfo
*>(Contents.data() + Offset);
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.h
63
extern bool
UnwindInfo
;
COFFDump.cpp
488
static void printWin64EHUnwindInfo(const Win64EH::
UnwindInfo
*UI) {
544
printWin64EHUnwindInfo(reinterpret_cast<const Win64EH::
UnwindInfo
*>(addr));
594
auto *UI = reinterpret_cast<const Win64EH::
UnwindInfo
*>(XContents.data() +
llvm-objdump.cpp
217
bool objdump::
UnwindInfo
;
2256
if (
UnwindInfo
)
2460
UnwindInfo
= InputArgs.hasArg(OBJDUMP_unwind_info);
2598
!DynamicSymbolTable && !
UnwindInfo
&& !FaultMapSection &&
MachODump.cpp
1925
if (Disassemble || IndirectSymbols || !FilterSections.empty() ||
UnwindInfo
)
1975
if (
UnwindInfo
)
8039
const SectionRef &
UnwindInfo
) {
8049
unwrapOrError(
UnwindInfo
.getContents(), Obj->getFileName());
Completed in 26 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026