Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp108 struct SectionEntry { struct
109 char Name[XCOFF::NameSize];
116 uint64_t Address;
117 uint64_t Size;
118 uint64_t FileOffsetToData;
119 uint64_t FileOffsetToRelocations;
120 uint32_t RelocationCount;
121 int32_t Flags;
123 int16_t Index;
135 SectionEntry(StringRef N, int32_t Flags) in SectionEntry() function
[all …]
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h74 SectionEntry(StringRef name, uint8_t *address, size_t size, in SectionEntry() function