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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h64 unsigned TargetSectionID = -1; variable
69 TargetSectionID =
80 RelocationEntry(SectionID, Offset, RelType, 0, TargetSectionID,
82 addRelocationForSection(RE, TargetSectionID);
87 RelocationEntry(TargetSectionID, Offset, RelType, 0);
88 addRelocationForSection(RE, TargetSectionID);
94 addRelocationForSection(RE, TargetSectionID);
H A DRuntimeDyldCOFFX86_64.h168 unsigned TargetSectionID = variable
172 addRelocationForSection(RE, TargetSectionID);
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 uint32_t TargetSectionID = local
83 addRelocationForSection(R, TargetSectionID);

Completed in 56 milliseconds