Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h113 bool TargetIsLocalThumbFunc = false; in processRelocationRef() local
127 TargetIsLocalThumbFunc = in processRelocationRef()
139 TargetIsLocalThumbFunc); in processRelocationRef()
165 RE.IsTargetThumbFunc = TargetIsLocalThumbFunc; in processRelocationRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp58 bool TargetIsLocalThumbFunc) { in processScatteredVANILLA() argument
88 R.IsTargetThumbFunc = TargetIsLocalThumbFunc; in processScatteredVANILLA()
H A DRuntimeDyldMachO.h86 bool TargetIsLocalThumbFunc = false);