Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h89 PlainPrinterBase(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in PlainPrinterBase() argument
114 LLVMPrinter(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in LLVMPrinter() argument
123 GNUPrinter(raw_ostream &OS, ErrorHandler EH, PrinterConfig &Config) in GNUPrinter() argument
/freebsd/stand/efi/loader/arch/amd64/
H A Dexc.S29 .macro EH N, err=1 macro
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DArchiveEmitter.cpp20 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2archive()
H A DOffloadEmitter.cpp21 bool yaml2offload(Binary &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2offload() argument
H A DXCOFFEmitter.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()
H A DDXContainerEmitter.cpp285 ErrorHandler EH) { in yaml2dxcontainer()
H A DWasmEmitter.cpp28 WasmWriter(WasmYAML::Object &Obj, yaml::ErrorHandler EH) in WasmWriter()
688 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2wasm()
H A DELFEmitter.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()
H A DMachOEmitter.cpp746 yaml2macho(YamlObjectFile & Doc,raw_ostream & Out,ErrorHandler EH) yaml2macho() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DEHUtils.h22 enum Status { Unknown = 0, EH = 1, NonEH = 2 }; in computeEHOnlyBlocks() enumerator
/freebsd/contrib/elftoolchain/libelf/
H A Delf_scn.c73 #define CHECK_EHDR(E,EH) do { \ in _libelf_load_section_headers() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h36 enum Type { EH, DWARF }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h150 EH = 1, ///< Emit .eh_frame enumerator
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.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/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp178 void MCObjectStreamer::emitCFISections(bool EH, bool Debug) { in emitCFISections()
H A DMCStreamer.cpp436 void MCStreamer::emitCFISections(bool EH, bool Debug) {} in emitCFISections()
H A DMCAsmStreamer.cpp1941 void MCAsmStreamer::emitCFISections(bool EH, bool Debug) { in emitCFISections()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h777 void setExceptionsType(ExceptionHandling EH) { in setExceptionsType()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4182 bool EH = false; in parseDirectiveCFISections() local
H A DMasmParser.cpp5445 bool EH = false; in parseDirectiveCFISections() local