Searched refs:TargetSectionID (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h107 unsigned TargetSectionID = -1; variable
111 TargetSectionID = SectionID;
118 TargetSectionID = *TargetSectionIDOrErr;
141 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
143 addRelocationForSection(RE, TargetSectionID);
148 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
150 addRelocationForSection(RE, TargetSectionID);
155 RelocationEntry(TargetSectionID, Offset, RelType, 0);
156 addRelocationForSection(RE, TargetSectionID);
162 addRelocationForSection(RE, TargetSectionID);
[all...]
H A DRuntimeDyldCOFFI386.h61 unsigned TargetSectionID = -1; variable
64 TargetSectionID = SectionID;
71 TargetSectionID = *TargetSectionIDOrErr;
117 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
119 addRelocationForSection(RE, TargetSectionID);
124 RelocationEntry(TargetSectionID, Offset, RelType, 0);
125 addRelocationForSection(RE, TargetSectionID);
131 addRelocationForSection(RE, TargetSectionID);
H A DRuntimeDyldCOFFX86_64.h220 unsigned TargetSectionID = 0; variable
225 TargetSectionID = SectionID;
232 TargetSectionID = *TargetSectionIDOrErr;
276 addRelocationForSection(RE, TargetSectionID);
H A DRuntimeDyldCOFFAArch64.h173 unsigned TargetSectionID = -1; variable
177 TargetSectionID = SectionID;
184 TargetSectionID = *TargetSectionIDOrErr;
251 addRelocationForSection(RE, TargetSectionID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp79 uint32_t TargetSectionID = ~0U; local
82 TargetSectionID = *TargetSectionIDOrErr;
90 addRelocationForSection(R, TargetSectionID);

Completed in 118 milliseconds