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

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
28 DWARFDebugFrame(bool IsEH);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
29 DWARFDebugFrame(bool IsEH);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
29 DWARFDebugFrame(bool IsEH);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
29 DWARFDebugFrame(bool IsEH);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
29 DWARFDebugFrame(bool IsEH);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
29 DWARFDebugFrame(bool IsEH);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
29 DWARFDebugFrame(bool IsEH);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
29 DWARFDebugFrame(bool IsEH);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
29 DWARFDebugFrame(bool IsEH);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
29 DWARFDebugFrame(bool IsEH);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
29 DWARFDebugFrame(bool IsEH);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
29 DWARFDebugFrame(bool IsEH);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
29 DWARFDebugFrame(bool IsEH);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
29 DWARFDebugFrame(bool IsEH);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 26 bool IsEH;
29 DWARFDebugFrame(bool IsEH);
  /external/llvm/lib/Target/Lanai/
LanaiRegisterInfo.h 58 int getDwarfRegNum(unsigned RegNum, bool IsEH) const;
  /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/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 459 DWARFDebugFrame::DWARFDebugFrame(bool IsEH) : IsEH(IsEH) {
546 Id = Data.getUnsigned(&Offset, (IsDWARF64 && !IsEH) ? 8 : 4);
549 (IsEH && !Id));
567 if (IsEH) {
627 CIE *Cie = CIEs[IsEH ? (StartStructureOffset - CIEPointer) : CIEPointer];
629 if (IsEH) {

Completed in 627 milliseconds