Searched refs:CurrentFatBinary (Results 1 – 2 of 2) sorted by relevance
48 CurrentFatBinary.reset(); in changeBackingMemoryBuffer()90 CurrentFatBinary = std::move(*ErrOrFat); in GetMemoryBuffersForFile()92 *CurrentFatBinary); in GetMemoryBuffersForFile()160 CurrentFatBinary = std::move(*ErrOrFat); in MapArchiveAndGetMemberBuffers()162 ArchiveFilename, *CurrentMemoryBuffer, *CurrentFatBinary); in MapArchiveAndGetMemberBuffers()
44 std::unique_ptr<object::MachOUniversalBinary> CurrentFatBinary; variable