OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PadLabel
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h
96
// The landing pad starts at
PadLabel
.
97
MCSymbol *
PadLabel
; // zero indicates that there is no landing pad.
DwarfException.cpp
295
if (Site.
PadLabel
== Prev.
PadLabel
&& Site.Action == Prev.Action) {
605
if (!S.
PadLabel
) {
609
S.
PadLabel
->getName());
629
if (!S.
PadLabel
)
632
Asm->EmitLabelDifference(S.
PadLabel
, EHFuncBeginSym, 4);
/external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp
191
MCSymbol *
PadLabel
; // zero indicates that there is no landing pad.
349
assert(Site.BeginLabel && Site.EndLabel && Site.
PadLabel
&&
355
if (Site.
PadLabel
== Prev.
PadLabel
&& Site.Action == Prev.Action) {
430
if (!S.
PadLabel
) {
433
unsigned PadLabelPtr = JCE->getLabelAddress(S.
PadLabel
);
Completed in 903 milliseconds