Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp108 struct SectionEntry { global() struct
109 Name__anon26f8c94b0111::SectionEntry global() argument
116 Address__anon26f8c94b0111::SectionEntry global() argument
117 Size__anon26f8c94b0111::SectionEntry global() argument
118 FileOffsetToData__anon26f8c94b0111::SectionEntry global() argument
119 FileOffsetToRelocations__anon26f8c94b0111::SectionEntry global() argument
120 RelocationCount__anon26f8c94b0111::SectionEntry global() argument
121 Flags__anon26f8c94b0111::SectionEntry global() argument
123 Index__anon26f8c94b0111::SectionEntry global() argument
125 advanceFileOffset__anon26f8c94b0111::SectionEntry advanceFileOffset() argument
141 UninitializedIndex__anon26f8c94b0111::SectionEntry global() argument
144 SectionEntry__anon26f8c94b0111::SectionEntry SectionEntry() argument
152 reset__anon26f8c94b0111::SectionEntry reset() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h74 SectionEntry(StringRef name, uint8_t *address, size_t size, in SectionEntry() function