Searched defs:EF (Results 1 – 8 of 8) sorted by relevance
438 MCEncodedFragment *EF = cast<MCEncodedFragment>(F); in layoutFragment() local464 const MCEncodedFragment &EF, in writeFragmentPadding()505 if (const MCEncodedFragment *EF = dyn_cast<MCEncodedFragment>(&F)) in writeFragment() local
39 void MCWasmStreamer::mergeFragment(MCDataFragment *DF, MCDataFragment *EF) { in mergeFragment()
334 if (const auto *EF = dyn_cast<MCEncodedFragment>(this)) in dump() local
53 MCDataFragment *EF) { in mergeFragment()
456 for (auto EF : Site.ExtraFiles) { in toCodeViewSubsection() local591 auto EF = getFileName(Strings, Checksums, L.NameIndex); in fromCodeViewSubsection() local634 for (const auto EF : IL.ExtraFiles) { in fromCodeViewSubsection() local
952 auto EF = std::move(*EFOrErr); in create() local987 ELFObjectFile<ELFT>::ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF, in ELFObjectFile()
543 ExternalFunctions *EF = nullptr; variable
165 pub fn apply<EF: ErrorFormatter>(self) -> Error<EF> { in apply()