Searched defs:fdes (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lld/MachO/ |
H A D | InputFiles.h | 186 llvm::DenseMap<ConcatInputSection *, FDE> fdes; variable
|
/llvm-project/lld/ELF/ |
H A D | InputSection.h | 369 SmallVector<EhSectionPiece, 0> cies, fdes; global() variable
|
H A D | Relocations.cpp | 454 ArrayRef<EhSectionPiece> cies, fdes; global() member in __anona32bdc270111::OffsetGetter
|
H A D | SyntheticSections.h | 47 SmallVector<EhSectionPiece *, 0> fdes; member
|
H A D | SyntheticSections.cpp | 3638 SmallVector<FdeData, 0> fdes = getPartition().ehFrame->getFdeData(); write() local
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 196 #define __sanitizer_syscall_pre_getpeername(fdes, asa, alen) \ argument 199 #define __sanitizer_syscall_post_getpeername(res, fdes, asa, alen) \ argument 202 #define __sanitizer_syscall_pre_getsockname(fdes, asa, alen) \ argument 205 #define __sanitizer_syscall_post_getsockname(res, fdes, asa, alen) \ argument 743 #define __sanitizer_syscall_pre_compat_43_ogetpeername(fdes, asa, alen) \ argument 746 #define __sanitizer_syscall_post_compat_43_ogetpeername(res, fdes, asa, alen) \ argument
|