Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp107 struct SectionEntry { struct
143 SectionEntry(StringRef N, int32_t Flags) in SectionEntry() argument
108 Name__anon76b58e2c0111::SectionEntry global() argument
115 Address__anon76b58e2c0111::SectionEntry global() argument
116 Size__anon76b58e2c0111::SectionEntry global() argument
117 FileOffsetToData__anon76b58e2c0111::SectionEntry global() argument
118 FileOffsetToRelocations__anon76b58e2c0111::SectionEntry global() argument
119 RelocationCount__anon76b58e2c0111::SectionEntry global() argument
120 Flags__anon76b58e2c0111::SectionEntry global() argument
122 Index__anon76b58e2c0111::SectionEntry global() argument
124 advanceFileOffset__anon76b58e2c0111::SectionEntry advanceFileOffset() argument
140 UninitializedIndex__anon76b58e2c0111::SectionEntry global() argument
151 reset__anon76b58e2c0111::SectionEntry reset() argument
[all...]
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h74 SectionEntry(StringRef name, uint8_t *address, size_t size, SectionEntry() function