Searched refs:isEH (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCRegisterInfo.cpp68 int MCRegisterInfo::getDwarfRegNum(MCRegister RegNum, bool isEH) const {
69 const DwarfLLVMRegPair *M = isEH ? EHL2DwarfRegs : L2DwarfRegs;
70 unsigned Size = isEH ? EHL2DwarfRegsSize : L2DwarfRegsSize;
82 bool isEH) const {
83 const DwarfLLVMRegPair *M = isEH ? EHDwarf2LRegs : Dwarf2LRegs;
84 unsigned Size = isEH ? EHDwarf2LRegsSize : Dwarf2LRegsSize;
H A DMCDwarf.cpp1276 unsigned symbolEncoding, bool isEH) {
1283 if (asmInfo->doDwarfFDESymbolsUseAbsDiff() && isEH)
1275 emitFDESymbol(MCObjectStreamer &streamer, const MCSymbol &symbol, unsigned symbolEncoding, bool isEH) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h391 bool isEH) {
392 if (isEH) {
405 bool isEH) {
406 if (isEH) {
506 int getDwarfRegNum(MCRegister RegNum, bool isEH) const;
510 Optional<unsigned> getLLVMRegNum(unsigned RegNum, bool isEH) const;
390 mapLLVMRegsToDwarfRegs(const DwarfLLVMRegPair *Map, unsigned Size, bool isEH) argument
404 mapDwarfRegsToLLVMRegs(const DwarfLLVMRegPair *Map, unsigned Size, bool isEH) argument
H A DMCDwarf.h629 static void Emit(MCObjectStreamer &streamer, MCAsmBackend *MAB, bool isEH);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.h57 unsigned getDwarfRegFlavour(const Triple &TT, bool isEH);
H A DX86MCTargetDesc.cpp61 unsigned X86_MC::getDwarfRegFlavour(const Triple &TT, bool isEH) { argument
66 return isEH ? DWARFFlavour::X86_32_DarwinEH : DWARFFlavour::X86_32_Generic;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp209 const MCRegisterInfo *MRI, bool isEH) {
223 if (Optional<unsigned> LLVMRegNum = MRI->getLLVMRegNum(DwarfRegNum, isEH)) {
241 bool isEH) {
254 if (prettyPrintRegisterOp(OS, Opcode, Operands, RegInfo, isEH))
207 prettyPrintRegisterOp(raw_ostream &OS, uint8_t Opcode, uint64_t Operands[2], const MCRegisterInfo *MRI, bool isEH) argument
237 print(raw_ostream &OS, const DWARFExpression *Expr, const MCRegisterInfo *RegInfo, DWARFUnit *U, bool isEH) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h94 const MCRegisterInfo *RegInfo, DWARFUnit *U, bool isEH);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h287 EHCleanupScope(bool isNormal, bool isEH, bool isActive,
295 CleanupBits.IsEHCleanup = isEH;

Completed in 182 milliseconds