Home
last modified time | relevance | path

Searched defs:IsTargetThumbFunc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldCOFFThumb.h154 bool IsTargetThumbFunc = isThumbFunc(Symbol, Obj, Section); in processRelocationRef() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldImpl.h151 bool IsTargetThumbFunc : 1; variable
181 bool IsTargetThumbFunc) in RelocationEntry()