Home
last modified time | relevance | path

Searched defs:SectionEntry (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp107 struct SectionEntry { struct
108 char Name[XCOFF::NameSize];
111 uint64_t Address;
112 uint64_t Size;
113 uint64_t FileOffsetToData;
114 uint64_t FileOffsetToRelocations;
115 uint32_t RelocationCount;
116 int32_t Flags;
118 int16_t Index;
130 SectionEntry(StringRef N, int32_t Flags) in SectionEntry() argument
[all …]
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h74 SectionEntry(StringRef name, uint8_t *address, size_t size, in SectionEntry() function