OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsEH
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Target/
TargetFrameLowering.h
194
bool
IsEH
) const {
/external/llvm/lib/MC/
MCDwarf.cpp
505
bool
IsEH
;
508
FrameEmitterImpl(bool usingCFI, bool
isEH
, const MCSymbol *sectionStart) :
509
CFAOffset(0), CIENum(0), UsingCFI(usingCFI),
IsEH
(
isEH
),
778
if (MOFI->isFunctionEHFrameSymbolPrivate() || !
IsEH
)
795
unsigned CIE_ID =
IsEH
? 0 : -1;
805
if (
IsEH
) {
832
if (
IsEH
) {
[
all
...]
/external/llvm/lib/Target/X86/
X86FrameLowering.h
63
int DataAlignmentFactor, bool
IsEH
) const;
X86FrameLowering.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGCleanup.h
216
EHCleanupScope(bool IsNormal, bool
IsEH
, bool IsActive,
221
IsNormalCleanup(IsNormal), IsEHCleanup(
IsEH
), IsActive(IsActive),
Completed in 293 milliseconds