Searched defs:ELF64LEFile (Results 1 – 2 of 2) sorted by relevance
/llvm-project/bolt/lib/Rewrite/ | ||
H A D | RewriteInstance.cpp | 324 auto ELF64LEFile = dyn_cast<ELF64LEObjectFile>(InputFile); RewriteInstance() local |
/llvm-project/llvm/include/llvm/Object/ | ||
H A D | ELF.h | 527 using ELF64LEFile = ELFFile<ELF64LE>; global() variable |