Home
last modified time | relevance | path

Searched refs:convertELFEndiannessToIFS (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h145 IFSEndiannessType convertELFEndiannessToIFS(uint8_t Endianness);
/freebsd-14.2/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSStub.cpp109 IFSEndiannessType ifs::convertELFEndiannessToIFS(uint8_t Endianness) { in convertELFEndiannessToIFS() function in ifs
H A DELFObjHandler.cpp607 convertELFEndiannessToIFS(ElfFile.getHeader().e_ident[EI_DATA]); in buildStub()