Home
last modified time | relevance | path

Searched defs:hdr (Results 1 – 25 of 25) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A D2007-10-01-StructResize.cpp10 void Foo(Bork *hdr) { in Foo() argument
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dcap.c18 struct __user_cap_header_struct hdr = { in test() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp139 static bool IsDyldHdr(const mach_header *hdr) { in IsDyldHdr() argument
165 mach_header *hdr = (mach_header *)address; in GetDyldImageHeaderViaVMRegion() local
364 const mach_header *hdr = (data_.current_image == kDyldImageIdx) CurrentImageHeader() local
372 const mach_header *hdr = (const mach_header *)CurrentImageHeader(); Next() local
[all...]
H A Dsanitizer_linux_libcdep.cpp472 const Elf_Phdr *hdr = info->dlpi_phdr; GetSizeFromHdr() local
/llvm-project/lld/ELF/
H A DInputSection.cpp46 getSectionContents(ObjFile<ELFT> & file,const typename ELFT::Shdr & hdr) getSectionContents() argument
91 InputSectionBase(ObjFile<ELFT> & file,const typename ELFT::Shdr & hdr,StringRef name,Kind sectionKind) InputSectionBase() argument
113 auto *hdr = reinterpret_cast<const typename ELFT::Chdr *>(sec.content_); decompressAux() local
218 auto *hdr = reinterpret_cast<const typename ELFT::Chdr *>(content().data()); parseCompressedHeader() local
1200 auto *hdr = reinterpret_cast<const typename ELFT::Chdr *>(content_); writeTo() local
[all...]
H A DSyntheticSections.h847 llvm::DWARFDebugNames::Header hdr; global() member
892 llvm::DWARFDebugNames::Header hdr; global() variable
H A DSyntheticSections.cpp3184 __anone464dde71e02( uint32_t numCus, const DWARFDebugNames::Header &hdr, const DWARFDebugNames::DWARFDebugNamesOffsets &locs) DebugNamesSection() argument
3551 auto *hdr = reinterpret_cast<GdbIndexHeader *>(buf); writeTo() local
[all...]
/llvm-project/clang/test/CodeGen/
H A Dmms-bitfields.c62 union HEADER hdr = {{1,2,3,4}}; variable
H A D2009-01-21-InvalidIterator.c72 const struct unw_eh_frame_hdr *hdr; _Unwind_IteratePhdrCallback() local
/llvm-project/lld/MachO/
H A DInputFiles.cpp120 const char *hdr = input->mb.getBufferStart(); in getPlatformInfos() local
189 static bool compatWithTargetArch(const InputFile *file, const Header *hdr) { in compatWithTargetArch() argument
234 const auto *hdr = reinterpret_cast<const fat_header *>(buf); in readFile() local
956 auto *hdr = reinterpret_cast<const Header *>(mb.getBufferStart()); parseLinkerOptions() local
993 auto *hdr = reinterpret_cast<const Header *>(mb.getBufferStart()); parse() local
1054 auto *hdr = reinterpret_cast<const Header *>(mb.getBufferStart()); parseLazy() local
1695 auto *hdr = reinterpret_cast<const mach_header *>(mb.getBufferStart()); DylibFile() local
1784 auto *hdr = reinterpret_cast<const mach_header *>(mb.getBufferStart()); parseLoadCommands() local
[all...]
H A DInputFiles.h337 const auto *hdr = reinterpret_cast<const llvm::MachO::mach_header *>(anyHdr); findCommands() local
H A DObjC.cpp32 auto *hdr = in objectHasObjCSection() local
H A DSyntheticSections.cpp119 auto *hdr = reinterpret_cast<mach_header *>(buf); writeTo() local
[all...]
/llvm-project/clang/test/Sema/
H A Dgnu-flags.c162 struct vst hdr; global() member
H A Dstruct-decl.c32 …struct pppoe_tag hdr; //expected-warning{{field 'hdr' with variable sized type 'struct pppoe_tag' … member
H A Daddress-packed.c312 S10Header hdr; member
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h23 mach_msg_header_t hdr; member
/llvm-project/clang/test/Analysis/
H A Dnonnull.m51 struct rdar16153464_header hdr; field
/llvm-project/lld/COFF/
H A DInputFiles.h355 const coff_import_header *hdr; global() variable
H A DInputFiles.cpp991 const auto *hdr = parse() local
[all...]
H A DWriter.cpp375 auto *hdr = reinterpret_cast<coff_section *>(buf); writeHeaderTo() local
/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp56 const coff_import_header *hdr = getCOFFImportHeader(); getExportName() local
/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp365 FillMachine(LLVMPerfJitHeader & hdr) FillMachine() argument
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2557 ParsePLTRelocations(Symtab * symbol_table,user_id_t start_id,unsigned rel_type,const ELFHeader * hdr,const ELFSectionHeader * rel_hdr,const ELFSectionHeader * plt_hdr,const ELFSectionHeader * sym_hdr,const lldb::SectionSP & plt_section_sp,DataExtractor & rel_data,DataExtractor & symtab_data,DataExtractor & strtab_data) ParsePLTRelocations() argument
2773 ApplyRelocations(Symtab * symtab,const ELFHeader * hdr,const ELFSectionHeader * rel_hdr,const ELFSectionHeader * symtab_hdr,const ELFSectionHeader * debug_hdr,DataExtractor & rel_data,DataExtractor & symtab_data,DataExtractor & debug_data,Section * rel_section) ApplyRelocations() argument
[all...]
/llvm-project/flang/lib/Lower/
H A DBridge.cpp5785 mlir::Value hdr = builder->createTemporary(loc, ty); addMaskVariable() local