Home
last modified time | relevance | path

Searched refs:TargetIsLocalThumbFunc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h114 bool TargetIsLocalThumbFunc = false; in processRelocationRef() local
128 TargetIsLocalThumbFunc = in processRelocationRef()
140 TargetIsLocalThumbFunc); in processRelocationRef()
166 RE.IsTargetThumbFunc = TargetIsLocalThumbFunc; in processRelocationRef()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp59 bool TargetIsLocalThumbFunc) { in processScatteredVANILLA() argument
89 R.IsTargetThumbFunc = TargetIsLocalThumbFunc; in processScatteredVANILLA()
H A DRuntimeDyldMachO.h87 bool TargetIsLocalThumbFunc = false);