Home
last modified time | relevance | path

Searched refs:IsStubThumb (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h198 bool IsStubThumb = false; variable
205 IsStubThumb == Other.IsStubThumb;
214 if (IsStubThumb != Other.IsStubThumb)
215 return IsStubThumb < Other.IsStubThumb;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h176 Value.IsStubThumb = true; in processRelocationRef()