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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h106 unsigned TargetSectionID = -1; variable
113 TargetSectionID = *TargetSectionIDOrErr;
128 SectionID, Offset, RelType, Addend, TargetSectionID,
130 addRelocationForSection(RE, TargetSectionID);
135 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
137 addRelocationForSection(RE, TargetSectionID);
142 RelocationEntry(TargetSectionID, Offset, RelType, 0);
143 addRelocationForSection(RE, TargetSectionID);
149 addRelocationForSection(RE, TargetSectionID);
154 SectionID, Offset, RelType, Addend, TargetSectionID,
[all...]
H A DRuntimeDyldCOFFI386.h86 unsigned TargetSectionID = -1; variable
93 TargetSectionID = *TargetSectionIDOrErr;
105 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
107 addRelocationForSection(RE, TargetSectionID);
112 RelocationEntry(TargetSectionID, Offset, RelType, 0);
113 addRelocationForSection(RE, TargetSectionID);
119 addRelocationForSection(RE, TargetSectionID);
H A DRuntimeDyldCOFFX86_64.h257 unsigned TargetSectionID; variable
260 TargetSectionID = *TargetSectionIDOrErr;
265 addRelocationForSection(RE, TargetSectionID);
H A DRuntimeDyldCOFFAArch64.h227 unsigned TargetSectionID = -1; variable
234 TargetSectionID = *TargetSectionIDOrErr;
240 addRelocationForSection(RE, TargetSectionID);
/freebsd-12-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 138 milliseconds