Searched refs:CurrentFatBinary (Results 1 – 2 of 2) sorted by relevance
39 CurrentFatBinary.reset(); in changeBackingMemoryBuffer()82 CurrentFatBinary = std::move(*ErrOrFat); in GetMemoryBuffersForFile()85 *CurrentFatBinary); in GetMemoryBuffersForFile()154 CurrentFatBinary = std::move(*ErrOrFat); in MapArchiveAndGetMemberBuffers()157 CurrentFatBinaryName, *CurrentMemoryBuffer, *CurrentFatBinary); in MapArchiveAndGetMemberBuffers()
44 std::unique_ptr<object::MachOUniversalBinary> CurrentFatBinary; variable