/openbsd-src/gnu/llvm/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()
|
H A D | XCOFFEmitter.cpp | 35 XCOFFWriter(XCOFFYAML::Object &Obj, raw_ostream &OS, yaml::ErrorHandler EH) in XCOFFWriter() 779 bool yaml2xcoff(XCOFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2xcoff()
|
H A D | DXContainerEmitter.cpp | 219 ErrorHandler EH) { in yaml2dxcontainer()
|
H A D | WasmEmitter.cpp | 28 WasmWriter(WasmYAML::Object &Obj, yaml::ErrorHandler EH) in WasmWriter() 678 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2wasm()
|
H A D | ELFEmitter.cpp | 339 ELFState<ELFT>::ELFState(ELFYAML::Object &D, yaml::ErrorHandler EH) in ELFState() 1920 yaml::ErrorHandler EH, uint64_t MaxSize) { in writeELF() 1987 bool yaml2elf(llvm::ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH, in yaml2elf()
|
H A D | MachOEmitter.cpp | 746 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2macho()
|
/openbsd-src/lib/libelf/ |
H A D | elf_scn.c | 60 #define CHECK_EHDR(E,EH) do { \ in _libelf_load_section_headers() argument
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | DWARFCallFrameInfo.h | 36 enum Type { EH, DWARF }; enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineFunctionSplitter.cpp | 95 enum Status { Unknown = 0, EH = 1, NonEH = 2 }; in setDescendantEHBlocksCold() enumerator
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 165 EH = 1, ///< Emit .eh_frame enumerator
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 338 bool EH = Args.hasFlag(options::OPT_fexceptions, options::OPT_fno_exceptions, in addExceptionArgs() local 6777 bool EH = false; in ConstructJob() local 7620 static bool maybeConsumeDash(const std::string &EH, size_t &I) { in maybeConsumeDash() 7642 EHFlags EH; in parseClangCLEHFlags() local 7740 EHFlags EH = parseClangCLEHFlags(D, Args); in AddClangCLArgs() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCAsmInfo.h | 784 void setExceptionsType(ExceptionHandling EH) { in setExceptionsType()
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCObjectStreamer.cpp | 240 void MCObjectStreamer::emitCFISections(bool EH, bool Debug) { in emitCFISections()
|
H A D | MCAsmStreamer.cpp | 1853 void MCAsmStreamer::emitCFISections(bool EH, bool Debug) { in emitCFISections()
|
H A D | MCStreamer.cpp | 445 void MCStreamer::emitCFISections(bool EH, bool Debug) {} in emitCFISections()
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 4172 bool EH = false; in parseDirectiveCFISections() local
|
H A D | MasmParser.cpp | 5477 bool EH = false; in parseDirectiveCFISections() local
|