/freebsd/stand/efi/loader/arch/amd64/ |
H A D | exc.S | 29 .macro EH N, err=1 macro 44 EH 0,0 45 EH 1,0 46 EH 2,0 47 EH 3,0 48 EH 4,0 49 EH 5,0 50 EH 6,0 51 EH 7,0 52 EH 8 [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | yaml2obj.h | 69 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH); 70 bool yaml2coff(COFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH); 71 bool yaml2goff(GOFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH); 72 bool yaml2elf(ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH, 74 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH); 76 ErrorHandler EH); 77 bool yaml2offload(OffloadYAML::Binary &Doc, raw_ostream &Out, ErrorHandler EH); 78 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH); 79 bool yaml2xcoff(XCOFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH); 81 ErrorHandler EH); [all...] |
/freebsd/share/termcap/ |
H A D | termcap | 152 :kb=^h:le=^H:bs:co#132:hc:hu=\EH:hd=\Eh:os:pt:up=^Z: 154 :le=^H:bs:co#132:hc:hd=\Eh:hu=\EH:os:pt:up=^Z:do=^J: 171 :kb=^h:le=^H:bs:co#80:hc:hu=\EH:hd=\Eh:os:pt:up=^Z: 258 :co#80:cl=\EH\EJ:cd=\EJ:cm=\EY%+ %+ :\ 260 :dl=\EM:dc=\EP:ic=\E\136:sf=\EH\EM\EY5 :sr=\ET:kb=^H: 329 :co#80:dc=6\b:dl=130\EP\EA\EQ:dm=\EP:ed=\EQ:ei=\EQ:ho=\EH:\ 334 :dc=6\EB:ei=\EP:ho=\EH:im=\EP:ip=6:\ 337 :kh=\EH:ku=\EA:kr=\EC:li#24:nd=\EC:pc=\177:pt:eo:ul:up=\EA:xn: 410 :dl=\EO:dc=\EQ:kd=\EB:ku=\EA:kl=\ED:kr=\EC:kh=\EH:\ 416 :dl=\EO:do=\EB:ds=\E#\072:es:fs=\E=:ho=\EH:\ [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | DIPrinter.h | 89 PlainPrinterBase(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in PlainPrinterBase() argument 90 : OS(OS), ErrHandler(EH), Config(Config) {} in PlainPrinterBase() 114 LLVMPrinter(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in LLVMPrinter() argument 115 : PlainPrinterBase(OS, EH, Config) {} in LLVMPrinter() 123 GNUPrinter(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in GNUPrinter() argument 124 : PlainPrinterBase(OS, EH, Config) {} in GNUPrinter()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | EHUtils.h | 22 enum Status { Unknown = 0, EH = 1, NonEH = 2 }; in computeEHOnlyBlocks() enumerator 59 Statuses[&BB] = EH; in computeEHOnlyBlocks() 83 if (Entry.second == EH) in computeEHOnlyBlocks()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | DWARFCallFrameInfo.h | 36 enum Type { EH, DWARF }; enumerator 165 return m_type == EH ? lldb::eRegisterKindEHFrame : lldb::eRegisterKindDWARF; in GetRegisterKind()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.h | 39 EHFrameRelatedSections(SID EH, SID T, SID Ex) in EHFrameRelatedSections() 40 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {} in EHFrameRelatedSections()
|
/freebsd/contrib/tcsh/ |
H A D | termcap.vms | 23 :ct=2\E[3g:st=2\EH:\ 43 :ct=2\E[3g:st=2\EH:\
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_scn.c | 73 #define CHECK_EHDR(E,EH) do { \ in _libelf_load_section_headers() argument 76 fsz != (EH)->e_shentsize || \ in _libelf_load_section_headers()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | UnwindTable.cpp | 62 *object_file, sect, DWARFCallFrameInfo::EH); in Initialize() 107 *object_file, sect, DWARFCallFrameInfo::EH); in Update()
|
H A D | DWARFCallFrameInfo.cpp | 265 (m_type == EH && cie_id == 0ul))) { in ParseCIE() 469 if ((cie_id == 0 && m_type == EH) || cie_id == UINT32_MAX || len == 0) { in GetFDEIndex() 549 assert(!(m_type == EH && 0 == cie_offset) && cie_offset != UINT32_MAX); in FDEToUnwindPlan() 553 if (m_type == EH) { in FDEToUnwindPlan()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ArchiveEmitter.cpp | 20 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2archive() argument
|
H A D | OffloadEmitter.cpp | 21 bool yaml2offload(Binary &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2offload() argument
|
H A D | ELFEmitter.cpp | 317 ELFState(ELFYAML::Object &D, yaml::ErrorHandler EH); 331 yaml::ErrorHandler EH, uint64_t MaxSize); 346 ELFState<ELFT>::ELFState(ELFYAML::Object &D, yaml::ErrorHandler EH) in ELFState() argument 347 : Doc(D), ErrHandler(EH) { in ELFState() 2040 yaml::ErrorHandler EH, uint64_t MaxSize) { in writeELF() argument 2041 ELFState<ELFT> State(Doc, EH); in writeELF() 2107 bool yaml2elf(llvm::ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH, in yaml2elf() argument 2113 return ELFState<object::ELF64LE>::writeELF(Out, Doc, EH, MaxSize); in yaml2elf() 2114 return ELFState<object::ELF64BE>::writeELF(Out, Doc, EH, MaxSize); in yaml2elf() 2117 return ELFState<object::ELF32LE>::writeELF(Out, Doc, EH, MaxSize); in yaml2elf() [all …]
|
H A D | WasmEmitter.cpp | 28 WasmWriter(WasmYAML::Object &Obj, yaml::ErrorHandler EH) in WasmWriter() argument 29 : Obj(Obj), ErrHandler(EH) {} in WasmWriter() 688 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2wasm() argument 689 WasmWriter Writer(Doc, EH); in yaml2wasm()
|
H A D | DXContainerEmitter.cpp | 285 ErrorHandler EH) { in yaml2dxcontainer() argument 289 [&](const ErrorInfoBase &Err) { EH(Err.message()); }); in yaml2dxcontainer()
|
H A D | XCOFFEmitter.cpp | 36 XCOFFWriter(XCOFFYAML::Object &Obj, raw_ostream &OS, yaml::ErrorHandler EH) in XCOFFWriter() argument 37 : Obj(Obj), W(OS, llvm::endianness::big), ErrHandler(EH), in XCOFFWriter() 893 bool yaml2xcoff(XCOFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2xcoff() argument 894 XCOFFWriter Writer(Doc, Out, EH); in yaml2xcoff()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAsmInfo.h | 777 void setExceptionsType(ExceptionHandling EH) { in setExceptionsType() argument 778 ExceptionsType = EH; in setExceptionsType()
|
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/ |
H A D | exception_pointer_glibcxx.ipp | 10 // libsupc++ does not implement the dependent EH ABI and the functionality
|
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_sse41_x86-64_windows_msvc.asm | 1575 pshufd xmm3, xmm3, 4EH 1576 pshufd xmm11, xmm11, 4EH 1621 pshufd xmm3, xmm3, 4EH 1622 pshufd xmm11, xmm11, 4EH 1641 pshufd xmm7, xmm6, 1EH 1658 pshufd xmm15, xmm14, 1EH 1747 pshufd xmm3, xmm3, 4EH 1770 pshufd xmm3, xmm3, 4EH 1787 pshufd xmm7, xmm6, 1EH 1861 pshufd xmm3, xmm3, 4EH [all …]
|
H A D | blake3_sse2_x86-64_windows_msvc.asm | 1781 pshufd xmm3, xmm3, 4EH 1782 pshufd xmm11, xmm11, 4EH 1835 pshufd xmm3, xmm3, 4EH 1836 pshufd xmm11, xmm11, 4EH 1861 pshufd xmm7, xmm6, 1EH 1884 pshufd xmm15, xmm14, 1EH 1975 pshufd xmm3, xmm3, 4EH 2002 pshufd xmm3, xmm3, 4EH 2024 pshufd xmm7, xmm6, 1EH 2100 pshufd xmm3, xmm3, 4EH [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ARMException.cpp | 36 assert(CFISecType != AsmPrinter::CFISection::EH && in beginFunction()
|
H A D | DwarfCFIException.cpp | 113 CFISecType == AsmPrinter::CFISection::EH, true); in beginBasicBlockSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 756 auto [BH, EH] = std::make_pair(std::begin(HvxInts), std::end(HvxInts)); in getIntrinsicId() 762 auto FoundHvx = std::lower_bound(BH, EH, Hvx{Opc, 0, 0}, CmpOpcode); in getIntrinsicId() 763 if (FoundHvx != EH && FoundHvx->Opcode == Opc) { in getIntrinsicId()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 348 bool EH = Args.hasFlag(options::OPT_fexceptions, options::OPT_fno_exceptions, in addExceptionArgs() local 357 EH = true; in addExceptionArgs() 368 EH |= shouldUseExceptionTablesForObjCExceptions(objcRuntime, Triple); in addExceptionArgs() 386 EH = true; in addExceptionArgs() 398 if (EH) in addExceptionArgs() 400 return EH; in addExceptionArgs() 7266 bool EH = false; in ConstructJob() local 7268 EH = addExceptionArgs(Args, InputType, TC, KernelOrKext, Runtime, CmdArgs); in ConstructJob() 7921 (EH || UnwindTables || AsyncUnwindTables || in ConstructJob() 8150 static bool maybeConsumeDash(const std::string &EH, size_t &I) { in maybeConsumeDash() argument [all …]
|