Searched refs:thumbMode (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm.cpp202 uint64_t inAtomAddress, bool &thumbMode,
208 uint64_t inAtomAddress, bool &thumbMode,
908 bool &thumbMode, bool targetIsThumb) {
918 thumbMode = true;
921 thumbMode = false;
927 assert(thumbMode);
934 assert(thumbMode);
941 assert(thumbMode);
946 assert(thumbMode);
953 assert(thumbMode);
904 applyFixupFinal(const Reference &ref, uint8_t *loc, uint64_t fixupAddress, uint64_t targetAddress, uint64_t inAtomAddress, bool &thumbMode, bool targetIsThumb) argument
1022 bool thumbMode = false; local
1066 applyFixupRelocatable(const Reference &ref, uint8_t *loc, uint64_t fixupAddress, uint64_t targetAddress, uint64_t inAtomAddress, bool &thumbMode, bool targetIsThumb) argument
[all...]

Completed in 46 milliseconds