HomeSort by relevance Sort by last modified time
    Searched defs:IsEH (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
28 DWARFDebugFrame(bool IsEH);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 72 void dump(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH,
121 void printOperand(raw_ostream &OS, const MCRegisterInfo *MRI, bool IsEH,
146 bool IsEH) const = 0;
199 bool IsEH) const override;
242 bool IsEH) const override;
260 const bool IsEH;
271 // If IsEH is true, assume it is a .eh_frame section. Otherwise,
275 DWARFDebugFrame(bool IsEH = false, uint64_t EHFrameAddress = 0);
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 504 bool IsEH;
507 FrameEmitterImpl(bool usingCFI, bool isEH)
508 : CFAOffset(0), CIENum(0), UsingCFI(usingCFI), IsEH(isEH),
776 if (MOFI->isFunctionEHFrameSymbolPrivate() || !IsEH)
793 unsigned CIE_ID = IsEH ? 0 : -1;
803 if (IsEH) {
830 if (IsEH) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCDwarf.cpp     [all...]

Completed in 417 milliseconds