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

/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCRegisterInfo.cpp61 int MCRegisterInfo::getDwarfRegNum(unsigned RegNum, bool isEH) const {
62 const DwarfLLVMRegPair *M = isEH ? EHL2DwarfRegs : L2DwarfRegs;
63 unsigned Size = isEH ? EHL2DwarfRegsSize : L2DwarfRegsSize;
72 int MCRegisterInfo::getLLVMRegNum(unsigned RegNum, bool isEH) const {
73 const DwarfLLVMRegPair *M = isEH ? EHDwarf2LRegs : Dwarf2LRegs;
74 unsigned Size = isEH ? EHDwarf2LRegsSize : Dwarf2LRegsSize;
H A DMCDwarf.cpp977 unsigned symbolEncoding, bool isEH) {
984 if (asmInfo->doDwarfFDESymbolsUseAbsDiff() && isEH)
976 emitFDESymbol(MCObjectStreamer &streamer, const MCSymbol &symbol, unsigned symbolEncoding, bool isEH) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCRegisterInfo.h279 bool isEH) {
280 if (isEH) {
293 bool isEH) {
294 if (isEH) {
390 int getDwarfRegNum(unsigned RegNum, bool isEH) const;
393 int getLLVMRegNum(unsigned RegNum, bool isEH) const;
278 mapLLVMRegsToDwarfRegs(const DwarfLLVMRegPair *Map, unsigned Size, bool isEH) argument
292 mapDwarfRegsToLLVMRegs(const DwarfLLVMRegPair *Map, unsigned Size, bool isEH) argument
H A DMCDwarf.h516 static void Emit(MCObjectStreamer &streamer, MCAsmBackend *MAB, bool isEH);
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.h57 unsigned getDwarfRegFlavour(const Triple &TT, bool isEH);
H A DX86MCTargetDesc.cpp57 unsigned X86_MC::getDwarfRegFlavour(const Triple &TT, bool isEH) { argument
62 return isEH ? DWARFFlavour::X86_32_DarwinEH : DWARFFlavour::X86_32_Generic;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.h287 EHCleanupScope(bool isNormal, bool isEH, bool isActive,
294 CleanupBits.IsEHCleanup = isEH;

Completed in 171 milliseconds