Home
last modified time | relevance | path

Searched defs:Endianness (Results 1 – 20 of 20) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSStub.cpp72 uint8_t ifs::convertIFSEndiannessToELF(IFSEndiannessType Endianness) { in convertIFSEndiannessToELF()
109 IFSEndiannessType ifs::convertELFEndiannessToIFS(uint8_t Endianness) { in convertELFEndiannessToIFS()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.h24 constexpr llvm::endianness Endianness = llvm::endianness::big; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h34 Endian Endianness = Endian::NOT_DETECTED; variable
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h77 llvm::endianness Endianness; variable
H A DRuntimeDyldChecker.cpp819 RuntimeDyldCheckerImpl(IsSymbolValidFunction IsSymbolValid,GetSymbolInfoFunction GetSymbolInfo,GetSectionInfoFunction GetSectionInfo,GetStubInfoFunction GetStubInfo,GetGOTInfoFunction GetGOTInfo,llvm::endianness Endianness,Triple TT,StringRef CPU,SubtargetFeatures TF,raw_ostream & ErrStream) RuntimeDyldCheckerImpl() argument
1032 RuntimeDyldChecker(IsSymbolValidFunction IsSymbolValid,GetSymbolInfoFunction GetSymbolInfo,GetSectionInfoFunction GetSectionInfo,GetStubInfoFunction GetStubInfo,GetGOTInfoFunction GetGOTInfo,llvm::endianness Endianness,Triple TT,StringRef CPU,SubtargetFeatures TF,raw_ostream & ErrStream) RuntimeDyldChecker() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h522 setValueProfDataEndianness(llvm::endianness Endianness) setValueProfDataEndianness() argument
588 setValueProfDataEndianness(llvm::endianness Endianness) setValueProfDataEndianness() argument
765 setValueProfDataEndianness(llvm::endianness Endianness) setValueProfDataEndianness() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h308 void setOutputFormat(dwarf::FormParams Format, llvm::endianness Endianness) { in setOutputFormat() argument
462 llvm::endianness Endianness = llvm::endianness::native; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h69 std::optional<IFSEndiannessType> Endianness; member
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1109 getValueProfData(const unsigned char * D,const unsigned char * const BufferEnd,llvm::endianness Endianness) getValueProfData() argument
1132 swapBytesToHost(llvm::endianness Endianness) swapBytesToHost() argument
1148 swapBytesFromHost(llvm::endianness Endianness) swapBytesFromHost() argument
H A DInstrProfWriter.cpp192 setValueProfDataEndianness(llvm::endianness Endianness) setValueProfDataEndianness() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp474 endianness Endianness = absoluteSymbolsLinkGraph() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h999 LinkGraph(std::string Name,const Triple & TT,SubtargetFeatures Features,unsigned PointerSize,llvm::endianness Endianness,GetEdgeKindNameFunction GetEdgeKindName) LinkGraph() argument
1006 LinkGraph(std::string Name,const Triple & TT,unsigned PointerSize,llvm::endianness Endianness,GetEdgeKindNameFunction GetEdgeKindName) LinkGraph() argument
1534 llvm::endianness Endianness; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp565 auto Endianness = getTargetEndianness(TT); createStubsGraph() local
H A DELFNixPlatform.cpp43 llvm::endianness Endianness; in materialize() local
H A DCOFFPlatform.cpp57 llvm::endianness Endianness; in materialize() local
H A DMachOPlatform.cpp101 llvm::endianness Endianness; in createPlatformGraph() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp211 endianness Endianness = Ctx.Obj.isLittleEndian() ? llvm::endianness::little in parseTypesInfo() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp787 setInstructionEndianness(llvm::endianness Endianness) setInstructionEndianness() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2924 if (Error E = AttrParser->parse(Contents, Endianness)) in printAttributes() argument
[all...]
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp14725 struct Endianness { struct
14726 enum Arch { Big, Little };
14728 static Arch which() { in which()