Searched defs:isBig (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DObjCPass.cpp32 ObjCImageInfoAtom(const File &file, bool isBig, argument
H A DArchHandler.cpp126 int16_t ArchHandler::readS16(const uint8_t *addr, bool isBig) { argument
130 int32_t ArchHandler::readS32(const uint8_t *addr, bool isBig) { argument
134 uint32_t ArchHandler::readU32(const uint8_t *addr, bool isBig) { argument
138 int64_t ArchHandler::readS64(const uint8_t *addr, bool isBig) { argument
142 bool ArchHandler::isDwarfCIE(bool isBig, const DefinedAtom *atom) { argument
[all...]
H A DArchHandler_arm64.cpp377 getReferenceInfo( const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool isBig, FindAtomBySectionAndAddress atomFromAddress, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
H A DMachONormalizedFileBinaryUtils.h72 static inline uint16_t read16(const T *loc, bool isBig) { argument
78 static inline uint32_t read32(const T *loc, bool isBig) { argument
84 static inline uint64_t read64(const T *loc, bool isBig) { argument
89 inline void write16(uint8_t *loc, uint16_t value, bool isBig) { argument
96 inline void write32(uint8_t *loc, uint32_t value, bool isBig) { argument
103 write64(uint8_t *loc, uint64_t value, bool isBig) argument
[all...]
H A DCompactUnwindPass.cpp67 UnwindInfoAtom(ArchHandler &archHandler, const File &file, bool isBig, argument
H A DMachONormalizedFileBinaryReader.cpp97 appendIndirectSymbols(IndirectSymbols &isyms, StringRef buffer, bool isBig, argument
121 static bool isMachOHeader(const mach_header *mh, bool &is64, bool &isBig) { argument
159 bool is64, isBig; local
57 forEachLoadCommand( StringRef lcRange, unsigned lcCount, bool isBig, bool is64, std::function<bool(uint32_t cmd, uint32_t size, const char *lc)> func) argument
222 bool is64, isBig; local
[all...]
H A DArchHandler_arm.cpp524 getReferenceInfo( const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool isBig, FindAtomBySectionAndAddress atomFromAddress, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
636 getPairReferenceInfo(const normalized::Relocation &reloc1, const normalized::Relocation &reloc2, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool isBig, bool scatterable, FindAtomBySectionAndAddress atomFromAddr, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
H A DMachONormalizedFileToAtoms.cpp387 const bool isBig = MachOLinkingContext::isBigEndian(normalizedFile.arch); local
598 const bool isBig = MachOLinkingContext::isBigEndian(normalizedFile.arch); local
827 const bool isBig = MachOLinkingContext::isBigEndian(normalizedFile.arch); local
990 static int64_t readSPtr(bool is64, bool isBig, const uint8_t *addr) { argument
1077 const bool isBig = MachOLinkingContext::isBigEndian(normalizedFile.arch); local
1183 const bool isBig = MachOLinkingContext::isBigEndian(normalizedFile.arch); local
1374 const bool isBig = MachOLinkingContext::isBigEndian(normalizedFile.arch); local
[all...]

Completed in 66 milliseconds