OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNW_ChainInfo
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Support/
Win64EH.h
63
///
UNW_ChainInfo
- Specifies that this UnwindInfo structure is chained to
65
UNW_ChainInfo
= 0x04
99
// If
UNW_ChainInfo
is set then follows a RuntimeFunction which defines
/external/llvm/lib/MC/
MCWin64EH.cpp
154
flags |= Win64EH::
UNW_ChainInfo
<< 3;
188
if (flags & (Win64EH::
UNW_ChainInfo
<< 3))
/external/llvm/tools/llvm-objdump/
COFFDump.cpp
320
if (UI->getFlags() &
UNW_ChainInfo
)
321
outs() << "
UNW_ChainInfo
";
341
} else if (UI->getFlags() &
UNW_ChainInfo
) {
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
407
{ "ChainInfo" , Win64EH::
UNW_ChainInfo
}
[
all
...]
Completed in 196 milliseconds