Home
last modified time | relevance | path

Searched defs:EH (Results 1 – 20 of 20) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
HDDIPrinter.h89 PlainPrinterBase(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in PlainPrinterBase()
114 LLVMPrinter(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in LLVMPrinter()
123 GNUPrinter(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in GNUPrinter()
/freebsd-14-stable/stand/efi/loader/arch/amd64/
HDexc.S29 .macro EH N, err=1 macro
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDOffloadEmitter.cpp21 bool yaml2offload(Binary &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2offload()
HDArchiveEmitter.cpp20 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2archive()
HDXCOFFEmitter.cpp36 XCOFFWriter(XCOFFYAML::Object &Obj, raw_ostream &OS, yaml::ErrorHandler EH) in XCOFFWriter()
893 bool yaml2xcoff(XCOFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2xcoff()
HDDXContainerEmitter.cpp285 ErrorHandler EH) { in yaml2dxcontainer()
HDWasmEmitter.cpp28 WasmWriter(WasmYAML::Object &Obj, yaml::ErrorHandler EH) in WasmWriter()
688 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2wasm()
HDELFEmitter.cpp346 ELFState<ELFT>::ELFState(ELFYAML::Object &D, yaml::ErrorHandler EH) in ELFState()
2040 yaml::ErrorHandler EH, uint64_t MaxSize) { in writeELF()
2107 bool yaml2elf(llvm::ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH, in yaml2elf()
HDMachOEmitter.cpp747 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2macho()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDEHUtils.h22 enum Status { Unknown = 0, EH = 1, NonEH = 2 }; in computeEHOnlyBlocks() enumerator
/freebsd-14-stable/contrib/elftoolchain/libelf/
HDelf_scn.c73 #define CHECK_EHDR(E,EH) do { \ in _libelf_load_section_headers() argument
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDDWARFCallFrameInfo.h36 enum Type { EH, DWARF }; enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDAsmPrinter.h150 EH = 1, ///< Emit .eh_frame enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp348 bool EH = Args.hasFlag(options::OPT_fexceptions, options::OPT_fno_exceptions, in addExceptionArgs() local
7266 bool EH = false; in ConstructJob() local
8150 static bool maybeConsumeDash(const std::string &EH, size_t &I) { in maybeConsumeDash()
8173 EHFlags EH; in parseClangCLEHFlags() local
8255 EHFlags EH = parseClangCLEHFlags(D, Args, IsWindowsMSVC); in AddClangCLArgs() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCObjectStreamer.cpp178 void MCObjectStreamer::emitCFISections(bool EH, bool Debug) { in emitCFISections()
HDMCAsmStreamer.cpp1941 void MCAsmStreamer::emitCFISections(bool EH, bool Debug) { in emitCFISections()
HDMCStreamer.cpp436 void MCStreamer::emitCFISections(bool EH, bool Debug) {} in emitCFISections()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmInfo.h777 void setExceptionsType(ExceptionHandling EH) { in setExceptionsType()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp4182 bool EH = false; in parseDirectiveCFISections() local
HDMasmParser.cpp5445 bool EH = false; in parseDirectiveCFISections() local