/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 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 D | exc.S | 29 .macro EH N, err=1 macro
|
/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()
|
H A D | OffloadEmitter.cpp | 21 bool yaml2offload(Binary &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2offload() argument
|
H A D | XCOFFEmitter.cpp | 36 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 D | DXContainerEmitter.cpp | 285 ErrorHandler EH) { in yaml2dxcontainer()
|
H A D | WasmEmitter.cpp | 28 WasmWriter(WasmYAML::Object &Obj, yaml::ErrorHandler EH) in WasmWriter() 688 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2wasm()
|
H A D | ELFEmitter.cpp | 346 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 D | MachOEmitter.cpp | 746 yaml2macho(YamlObjectFile & Doc,raw_ostream & Out,ErrorHandler EH) yaml2macho() argument
|
/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
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_scn.c | 73 #define CHECK_EHDR(E,EH) do { \ in _libelf_load_section_headers() argument
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | DWARFCallFrameInfo.h | 36 enum Type { EH, DWARF }; enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 150 EH = 1, ///< Emit .eh_frame enumerator
|
/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 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 D | MCObjectStreamer.cpp | 178 void MCObjectStreamer::emitCFISections(bool EH, bool Debug) { in emitCFISections()
|
H A D | MCStreamer.cpp | 436 void MCStreamer::emitCFISections(bool EH, bool Debug) {} in emitCFISections()
|
H A D | MCAsmStreamer.cpp | 1941 void MCAsmStreamer::emitCFISections(bool EH, bool Debug) { in emitCFISections()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAsmInfo.h | 777 void setExceptionsType(ExceptionHandling EH) { in setExceptionsType()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 4182 bool EH = false; in parseDirectiveCFISections() local
|
H A D | MasmParser.cpp | 5445 bool EH = false; in parseDirectiveCFISections() local
|