Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h154 bool IsTargetThumbFunc = isThumbFunc(Symbol, Obj, Section); in processRelocationRef() local
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h151 bool IsTargetThumbFunc : 1; global() variable
181 RelocationEntry(unsigned id,uint64_t offset,uint32_t type,int64_t addend,unsigned SectionA,uint64_t SectionAOffset,unsigned SectionB,uint64_t SectionBOffset,bool IsPCRel,unsigned Size,bool IsTargetThumbFunc) RelocationEntry() argument