Searched refs:ECase (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp28 #define ECase(X) IO.enumCase(Value, #X, XCOFF::X) macro
29 ECase(C_NULL);
30 ECase(C_AUTO);
31 ECase(C_EXT);
32 ECase(C_STAT);
33 ECase(C_REG);
34 ECase(C_EXTDEF);
35 ECase(C_LABEL);
36 ECase(C_ULABEL);
37 ECase(C_MO
79 #undef ECase macro
[all...]
H A DELFYAML.cpp44 #define ECase(X) IO.enumCase(Value, #X, ELF::X) macro
45 ECase(ET_NONE);
46 ECase(ET_REL);
47 ECase(ET_EXEC);
48 ECase(ET_DYN);
49 ECase(ET_CORE);
50 #undef ECase macro
56 #define ECase(X) IO.enumCase(Value, #X, ELF::X) macro
57 ECase(PT_NULL);
58 ECase(PT_LOA
69 #undef ECase macro
75 #define ECase macro
166 #undef ECase macro
172 #define ECase macro
335 #undef ECase macro
341 #define ECase macro
346 #undef ECase macro
351 #define ECase macro
357 #undef ECase macro
362 #define ECase macro
388 #undef ECase macro
595 #define ECase macro
659 #undef ECase macro
717 #define ECase macro
734 #undef ECase macro
740 #define ECase macro
745 #undef ECase macro
751 #define ECase macro
760 #undef ECase macro
767 #define ECase macro
772 #undef ECase macro
905 #define ECase macro
910 #undef ECase macro
915 #define ECase macro
924 #undef ECase macro
929 #define ECase macro
950 #undef ECase macro
[all...]
H A DCOFFYAML.cpp19 #define ECase(X) IO.enumCase(Value, #X, COFF::X); macro
36 ECase(IMAGE_COMDAT_SELECT_NODUPLICATES);
37 ECase(IMAGE_COMDAT_SELECT_ANY);
38 ECase(IMAGE_COMDAT_SELECT_SAME_SIZE);
39 ECase(IMAGE_COMDAT_SELECT_EXACT_MATCH);
40 ECase(IMAGE_COMDAT_SELECT_ASSOCIATIVE);
41 ECase(IMAGE_COMDAT_SELECT_LARGEST);
42 ECase(IMAGE_COMDAT_SELECT_NEWEST);
49 ECase(IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY);
50 ECase(IMAGE_WEAK_EXTERN_SEARCH_LIBRAR
240 #undef ECase macro
[all...]
H A DWasmYAML.cpp279 #define ECase(X) IO.enumCase(Type, #X, wasm::WASM_SEC_##X); macro
280 ECase(CUSTOM);
281 ECase(TYPE);
282 ECase(IMPORT);
283 ECase(FUNCTION);
284 ECase(TABLE);
285 ECase(MEMORY);
286 ECase(GLOBAL);
287 ECase(EVENT);
288 ECase(EXPOR
294 #undef ECase macro
339 #define ECase macro
343 #undef ECase macro
481 #define ECase macro
485 #undef ECase macro
569 #define ECase macro
576 #undef ECase macro
581 #define ECase macro
590 #undef ECase macro
595 #define ECase macro
601 #undef ECase macro
606 #define ECase macro
614 #undef ECase macro
619 #define ECase macro
622 #undef ECase macro
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp113 #define ECase(X) \ macro
115 ECase(R_POS), ECase(R_RL), ECase(R_RLA), ECase(R_NEG),
116 ECase(R_REL), ECase(R_TOC), ECase(R_TRL), ECase(R_TRLA),
117 ECase(R_G
121 #undef ECase macro
161 #define ECase macro
164 #undef ECase macro
183 #define ECase macro
191 #undef ECase macro
195 #define ECase macro
198 #undef ECase macro
240 #define ECase macro
255 #undef ECase macro
289 #define ECase macro
292 #undef ECase macro
296 #define ECase macro
299 #undef ECase macro
431 #define ECase macro
438 #undef ECase macro
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1616 #define ECase(X) \ macro
1620 ECase(TYPE);
1621 ECase(IMPORT);
1622 ECase(FUNCTION);
1623 ECase(TABLE);
1624 ECase(MEMORY);
1625 ECase(GLOBAL);
1626 ECase(EVENT);
1627 ECase(EXPORT);
1628 ECase(STAR
1638 #undef ECase macro
[all...]

Completed in 94 milliseconds