Home
last modified time | relevance | path

Searched refs:UnwindHelpOffset (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp641 int UnwindHelpOffset = 0; in emitCXXFrameHandler3Table() local
643 UnwindHelpOffset = in emitCXXFrameHandler3Table()
706 OS.EmitIntValue(UnwindHelpOffset, 4); in emitCXXFrameHandler3Table()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp684 int UnwindHelpOffset = 0; in emitCXXFrameHandler3Table() local
686 UnwindHelpOffset = in emitCXXFrameHandler3Table()
749 OS.emitInt32(UnwindHelpOffset); in emitCXXFrameHandler3Table()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp677 int UnwindHelpOffset = 0; in emitCXXFrameHandler3Table() local
679 UnwindHelpOffset = in emitCXXFrameHandler3Table()
742 OS.EmitIntValue(UnwindHelpOffset, 4); in emitCXXFrameHandler3Table()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp2971 int64_t UnwindHelpOffset = MinFixedObjOffset - SlotSize; in processFunctionBeforeFrameFinalized() local
2973 MFI->CreateFixedObject(SlotSize, UnwindHelpOffset, /*Immutable=*/false); in processFunctionBeforeFrameFinalized()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp3205 int64_t UnwindHelpOffset = MinFixedObjOffset - SlotSize; in processFunctionBeforeFrameFinalized() local
3207 MFI.CreateFixedObject(SlotSize, UnwindHelpOffset, /*IsImmutable=*/false); in processFunctionBeforeFrameFinalized()
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp3547 int64_t UnwindHelpOffset = MinFixedObjOffset - SlotSize; in processFunctionBeforeFrameFinalized() local
3549 MFI.CreateFixedObject(SlotSize, UnwindHelpOffset, /*IsImmutable=*/false); in processFunctionBeforeFrameFinalized()