Searched defs:isEH (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp56 unsigned X86_MC::getDwarfRegFlavour(const Triple &TT, bool isEH) { argument
61 return isEH ? DWARFFlavour::X86_32_DarwinEH : DWARFFlavour::X86_32_Generic;
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp123 unsigned X86_MC::getDwarfRegFlavour(StringRef TT, bool isEH) { argument
129 return isEH ? DWARFFlavour::X86_32_DarwinEH : DWARFFlavour::X86_32_Generic;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCRegisterInfo.h166 void mapLLVMRegToDwarfReg(unsigned LLVMReg, int DwarfReg, bool isEH) { argument
167 if (isEH)
176 void mapDwarfRegToLLVMReg(unsigned DwarfReg, unsigned LLVMReg, bool isEH) { argument
177 if (isEH)
263 int getDwarfRegNum(unsigned RegNum, bool isEH) const {
264 const DenseMap<unsigned, int> &M = isEH ? EHL2DwarfRegs : L2DwarfRegs;
272 int getLLVMRegNum(unsigned RegNum, bool isEH) const {
273 const DenseMap<unsigned, unsigned> &M = isEH ? EHDwarf2LRegs : Dwarf2LRegs;
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h280 bool isEH) {
281 if (isEH) {
294 bool isEH) {
295 if (isEH) {
395 int getDwarfRegNum(unsigned RegNum, bool isEH) const;
398 int getLLVMRegNum(unsigned RegNum, bool isEH) const;
279 mapLLVMRegsToDwarfRegs(const DwarfLLVMRegPair *Map, unsigned Size, bool isEH) argument
293 mapDwarfRegsToLLVMRegs(const DwarfLLVMRegPair *Map, unsigned Size, bool isEH) argument
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCDwarf.cpp507 FrameEmitterImpl(bool usingCFI, bool isEH) argument
508 : CFAOffset(0), CIENum(0), UsingCFI(usingCFI), IsEH(isEH),
/external/llvm/lib/MC/
H A DMCDwarf.cpp980 unsigned symbolEncoding, bool isEH) {
987 if (asmInfo->doDwarfFDESymbolsUseAbsDiff() && isEH)
979 emitFDESymbol(MCObjectStreamer &streamer, const MCSymbol &symbol, unsigned symbolEncoding, bool isEH) argument

Completed in 204 milliseconds