Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h131 bool IsTargetThumbFunc = isThumbFunc(Symbol, Obj, Section); in processRelocationRef() local
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h151 bool IsTargetThumbFunc = false; variable
181 bool IsTargetThumbFunc) in RelocationEntry()