Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h112 bool TargetIsLocalThumbFunc = false; in processRelocationRef() local
126 TargetIsLocalThumbFunc = in processRelocationRef()
138 TargetIsLocalThumbFunc); in processRelocationRef()
164 RE.IsTargetThumbFunc = TargetIsLocalThumbFunc; in processRelocationRef()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h86 bool TargetIsLocalThumbFunc = false);
H A DRuntimeDyldMachO.cpp58 bool TargetIsLocalThumbFunc) { in processScatteredVANILLA() argument
88 R.IsTargetThumbFunc = TargetIsLocalThumbFunc; in processScatteredVANILLA()