Home
last modified time | relevance | path

Searched refs:TargetNSec (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp347 auto TargetNSec = findSectionByIndex(RI.r_symbolnum - 1); in addRelocations() local
348 if (!TargetNSec) in addRelocations()
349 return TargetNSec.takeError(); in addRelocations()
351 findSymbolByAddress(*TargetNSec, TargetAddress)) in addRelocations()
372 auto TargetNSec = findSectionByIndex(RI.r_symbolnum - 1); in addRelocations() local
373 if (!TargetNSec) in addRelocations()
374 return TargetNSec.takeError(); in addRelocations()
376 findSymbolByAddress(*TargetNSec, TargetAddress)) in addRelocations()
392 auto TargetNSec = findSectionByIndex(RI.r_symbolnum - 1); in addRelocations() local
393 if (!TargetNSec) in addRelocations()
[all …]
H A DMachO_arm64.cpp356 auto TargetNSec = findSectionByIndex(RI.r_symbolnum - 1); in addRelocations() local
357 if (!TargetNSec) in addRelocations()
358 return TargetNSec.takeError(); in addRelocations()
360 findSymbolByAddress(*TargetNSec, TargetAddress)) in addRelocations()